Add /scripts/shell/gdl.sh file
This commit is contained in:
5
scripts/shell/gdl.sh
Executable file
5
scripts/shell/gdl.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
gallery-dl $1
|
||||
find gallery-dl -type f -exec mv '{}' . \;
|
||||
rm --recursive gallery-dl
|
||||
Reference in New Issue
Block a user