diff --git a/Rule34/.gitignore b/Rule34/.gitignore new file mode 100644 index 0000000..3121c5e --- /dev/null +++ b/Rule34/.gitignore @@ -0,0 +1 @@ +to_download_r34.txt diff --git a/Rule34/gallery-dl.sh b/Rule34/gallery-dl.sh new file mode 100755 index 0000000..d1bffdc --- /dev/null +++ b/Rule34/gallery-dl.sh @@ -0,0 +1,11 @@ +#!/usr/bin/bash + +#cd /srv/dev-disk-by-uuid-b7a4d72a-4b42-4599-9712-c044e8fe3213/NSFB/Hentai || exit 1 +#cp downloaded_r34.txt to_download_r34.txt || exit 1 +#gallery-dl --config ./config.json --input-file-delete to_download_r34.txt + +if [ ! -s to_download_r34.txt ]; then + echo "file empty" +else + echo "file not empty" +fi