remove original folder when done

This commit is contained in:
diegantobass 2025-06-24 06:47:23 +02:00
parent 6d926d60a5
commit 354b0fbda2

View file

@ -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"