meow.sh/run
2013-05-25 19:17:22 -07:00

12 lines
273 B
Bash
Executable File

#!/usr/bin/env bash
prettify() {
while IFS=$SEP read -r title torrent time; do
echo "$title"$'\n'"dl:"$'\t'"$torrent"$'\n'"at:"$'\t'"$(date -d @"$time")"
done
}
. meow.sh
. config.sh
[ -e times.sh ] && { . times.sh; mv times.sh times.sh.old; }
runall | prettify