add Rule34
This commit is contained in:
1
Rule34/.gitignore
vendored
Normal file
1
Rule34/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
to_download_r34.txt
|
11
Rule34/gallery-dl.sh
Executable file
11
Rule34/gallery-dl.sh
Executable file
@ -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
|
Reference in New Issue
Block a user