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