diff options
author | Nick White <git@njw.me.uk> | 2011-08-21 21:14:24 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-08-21 21:14:24 +0100 |
commit | 6b059ae1888b0cf8d38c7fe9b4f5c10ec28ab7b6 (patch) | |
tree | 05e45a7b7f53277b6877f4c029e3d13ac45d281a /getgfailed.sh | |
parent | fc43d1cacbb62fd854960901688e1b9b9752e7cd (diff) |
Restructure getgbook code
Diffstat (limited to 'getgfailed.sh')
-rwxr-xr-x | getgfailed.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/getgfailed.sh b/getgfailed.sh deleted file mode 100755 index 9ecd9e3..0000000 --- a/getgfailed.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# See COPYING file for copyright and license details. -# -# Tries to download each page listed in a fail log (from a -# previous run of getgbook -a bookid > faillog) - -test $# -ne 2 && echo "usage: $0 bookid faillog" && exit - -sort < $2 | sort | shuf | head -n 5 | while read i -do - code=`echo $i|awk '{print $1}'` - echo $code | getgbook $1 -done |