From 8578af7c93ab6a5298ef3f34b9231dc809595a0e Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 28 Feb 2022 17:42:17 -0600 Subject: [PATCH] update --- dp3.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dp3.sh b/dp3.sh index 43d983b..8e77e48 100755 --- a/dp3.sh +++ b/dp3.sh @@ -57,7 +57,6 @@ PLAYLIST_GENRE="$2" PLAYLIST_ARTWORK="_cover.png" PLAYLIST_URLBATCH="_url_batch.log" PLAYLIST_URLSTEXT="_playlist_urls.txt" -#[ -d $PLAYLIST_NAME ] && rm -Rf $PLAYLIST_NAME ##################################################################################################################### usage () { echo -e "\n\033[0;31mUSAGE: \033[0;91m./$0 name_of_playlist genre_of_playlist url_of_playlist\033[0m" @@ -650,4 +649,4 @@ mv "$PLAYLIST_NAME/dr1p__$PLAYLIST_NAME" "." && rmdir "$PLAYLIST_NAME" && ls -al cat "dr1p__$PLAYLIST_NAME/_playlist.m3u" && tar cvfz "dr1p__$PLAYLIST_NAME.tar.gz" "dr1p__$PLAYLIST_NAME" ########### ##################################################################################################################### ls -al "dr1p__$PLAYLIST_NAME.tar.gz" ################################################################################ -################################################################################################################# EOF \ No newline at end of file +################################################################################################################# EOF