Files
HDB/Rule34/gallery-dl.sh
2024-06-21 02:58:53 +02:00

20 lines
489 B
Bash
Executable File

#!/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
#success! just exit
echo "file empty"
exit 0
else
echo "file not empty"
if [ $(ping -qc 3 rule34.xxx) ]; then
echo "has internet"
else
echo "no internet"
exit 1
fi
fi