diff options
author | Nick White <hg@njw.me.uk> | 2011-08-07 14:21:47 +0100 |
---|---|---|
committer | Nick White <hg@njw.me.uk> | 2011-08-07 14:21:47 +0100 |
commit | ff292deb12c9def19ec3b9d624bc29f396eb2726 (patch) | |
tree | 936aab50557453accb03cd83e102f83b66739b04 /getgmissing.sh | |
parent | 101687cd7a85cb83dea95386ee6cdd6259c726c1 (diff) |
Update documentation, including add README
Diffstat (limited to 'getgmissing.sh')
-rwxr-xr-x | getgmissing.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getgmissing.sh b/getgmissing.sh index 5d6ee18..e8198d8 100755 --- a/getgmissing.sh +++ b/getgmissing.sh @@ -1,5 +1,10 @@ #!/bin/sh # See COPYING file for copyright and license details. +# +# This gets any pages listed as available that have not been +# downloaded. Note that at present this is not too useful, as +# an IP block will be imposed after the first x pages each run, +# just for checking availaility. test $# -ne 1 && echo "usage: $0 bookid" && exit |