Add /scripts/shell/gdl.sh file

This commit is contained in:
Matheus Albino
2024-03-07 14:20:33 -03:00
parent 0769128b64
commit 1bcc328d6b
3 changed files with 5 additions and 0 deletions

5
scripts/shell/gdl.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
gallery-dl $1
find gallery-dl -type f -exec mv '{}' . \;
rm --recursive gallery-dl