site name is now input for script

for example: downloaded_kemono.txt -> gallery-dl.sh kemono
This commit is contained in:
2024-07-17 19:24:01 +02:00
parent a93498eacf
commit 4503971110
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
downloaded_kemono.txt downloaded_kemono.txt
downloaded_r34.txt downloaded_rule34.txt
gallery-dl/*.sqlite3 gallery-dl/*.sqlite3
gallery-dl/log.txt gallery-dl/log.txt
Artists Artists

View File

@ -2,7 +2,7 @@
IGREEN="\033[0;92m" # Intense Green IGREEN="\033[0;92m" # Intense Green
IYELLOW="\033[0;93m" # Intense Yellow IYELLOW="\033[0;93m" # Intense Yellow
NO_COLOR="\033[0m" # Text Reset NO_COLOR="\033[0m" # Text Reset
trap interrupt_function INT trap interrupt_function INT
@ -42,5 +42,4 @@ download() {
} }
[[ $(hostname) == \s\a\t\a\n ]] && setup_test [[ $(hostname) == \s\a\t\a\n ]] && setup_test
download r34 download $1
download kemono