From c9c181936e52d34dfd7351d1cb151178272e3b26 Mon Sep 17 00:00:00 2001 From: crwusa <42023744+crwusa@users.noreply.github.com> Date: Wed, 1 Aug 2018 23:20:26 -0700 Subject: [PATCH] Fix glowworm funtionality fix glowworm scraping functionalty --- make_ebook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_ebook.sh b/make_ebook.sh index 096f644..89863e6 100755 --- a/make_ebook.sh +++ b/make_ebook.sh @@ -8,7 +8,7 @@ function scrape { rm ${1}.html } -while getopts ":ahptw" opt; do +while getopts ":wtgpah" opt; do case $opt in w) scrape "worm" exit