From c4d4f4aa7e5babcd951f0d83290df2ee8a1e904c Mon Sep 17 00:00:00 2001 From: noflag Date: Tue, 21 Jun 2016 18:21:21 -0700 Subject: [PATCH] fix wget progress bar i hope lol --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 7becfad..e299bd5 100755 --- a/run.sh +++ b/run.sh @@ -25,7 +25,7 @@ echo -e "${GREEN}Dumping \"$URL\" into IPFS${NC}" echo -e "${BLUE}" mkdir -p /tmp/ipfscrape/site cd /tmp/ipfscrape/site -wget -q --show-progress --page-requisites --html-extension --convert-links --random-wait -e robots=off -nd --span-hosts $URL || true +wget -q --progress=bar --page-requisites --html-extension --convert-links --random-wait -e robots=off -nd --span-hosts $URL || true test -f index.html || { INDEX_FILE=$(ls -S | grep -i .html | head -n1)