From 1bcc328d6b78c573791b7c7bcd82bb2cfc1f602f Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Thu, 7 Mar 2024 14:20:33 -0300 Subject: [PATCH] Add /scripts/shell/gdl.sh file --- scripts/shell/{gallery-dl-queuer.sh => gdl-queuer.sh} | 0 .../{gallery-dl-twitter-thread.sh => gdl-twitter-thread.sh} | 0 scripts/shell/gdl.sh | 5 +++++ 3 files changed, 5 insertions(+) rename scripts/shell/{gallery-dl-queuer.sh => gdl-queuer.sh} (100%) rename scripts/shell/{gallery-dl-twitter-thread.sh => gdl-twitter-thread.sh} (100%) create mode 100755 scripts/shell/gdl.sh 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