site name is now input for script
for example: downloaded_kemono.txt -> gallery-dl.sh kemono
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
IGREEN="\033[0;92m" # Intense Green
|
||||
IYELLOW="\033[0;93m" # Intense Yellow
|
||||
NO_COLOR="\033[0m" # Text Reset
|
||||
NO_COLOR="\033[0m" # Text Reset
|
||||
|
||||
trap interrupt_function INT
|
||||
|
||||
@ -42,5 +42,4 @@ download() {
|
||||
}
|
||||
|
||||
[[ $(hostname) == \s\a\t\a\n ]] && setup_test
|
||||
download r34
|
||||
download kemono
|
||||
download $1
|
Reference in New Issue
Block a user