From 42a9db8dab51ba632f10e86237fdbf551d010d34 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Tue, 25 Jun 2024 23:27:09 +0200 Subject: [PATCH] add code for testing --- Rule34/gallery-dl.sh | 4 ++++ 1 file changed, 4 insertions(+) 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