diff --git a/scripts/shell/gallery-dl-queuer.sh b/scripts/shell/gdl-queuer.sh similarity index 100% rename from scripts/shell/gallery-dl-queuer.sh rename to scripts/shell/gdl-queuer.sh diff --git a/scripts/shell/gallery-dl-twitter-thread.sh b/scripts/shell/gdl-twitter-thread.sh similarity index 100% rename from scripts/shell/gallery-dl-twitter-thread.sh rename to scripts/shell/gdl-twitter-thread.sh diff --git a/scripts/shell/gdl.sh b/scripts/shell/gdl.sh new file mode 100755 index 0000000..75d54f7 --- /dev/null +++ b/scripts/shell/gdl.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +gallery-dl $1 +find gallery-dl -type f -exec mv '{}' . \; +rm --recursive gallery-dl