diff --git a/Rule34/gallery-dl.sh b/Rule34/gallery-dl.sh index 8adcb56..72da646 100755 --- a/Rule34/gallery-dl.sh +++ b/Rule34/gallery-dl.sh @@ -1,5 +1,9 @@ #!/usr/bin/bash +# for testing only +rm -f ./archive.sqlite3 ./archive-rule34.sqlite3 ./log.txt +rm -rf ./Download/* + [[ -f downloaded_r34.txt ]] || echo "no file to download from" || exit 1 cp downloaded_r34.txt to_download_r34.txt