From 354b0fbda22558e753726dca3e2020b4f00709db Mon Sep 17 00:00:00 2001 From: diegantobass Date: Tue, 24 Jun 2025 06:47:23 +0200 Subject: [PATCH] remove original folder when done --- bandcamp_format_utility.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bandcamp_format_utility.sh b/bandcamp_format_utility.sh index bcb8b7e..8b39aaa 100755 --- a/bandcamp_format_utility.sh +++ b/bandcamp_format_utility.sh @@ -36,3 +36,6 @@ for f in $files; mkdir -p "$artist/$album" mv "$f" "$artist/$album/$new_name" done + +# removes the original folder asking confirmation +rm -R "$1"