summaryrefslogtreecommitdiff
path: root/scrape-erara.sh
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-05-08 19:01:48 +0100
committerNick White <git@njw.name>2019-05-08 19:01:48 +0100
commit4b43563f58f82c35399d4da9729839e48cd192f0 (patch)
tree41e2bc7e550750d103da553ca6e9265db289d76d /scrape-erara.sh
parent44dfb6c33649efb0b45c72a3ab9ae7d629aa3172 (diff)
Make BNF scraper much more robust
Diffstat (limited to 'scrape-erara.sh')
-rwxr-xr-xscrape-erara.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrape-erara.sh b/scrape-erara.sh
index c2da6f2..c66a73b 100755
--- a/scrape-erara.sh
+++ b/scrape-erara.sh
@@ -5,7 +5,7 @@ eraraurl: The book index page, e.g.
https://www.e-rara.ch/zut/doi/10.3931/e-rara-10416
Downloads all pages from a book on e-rara.com, saving them to the
-current directory. "
+current directory."
test $# -ne 1 && echo "$usage" && exit 1