variables

This commit is contained in:
.[d]. 2022-02-06 13:34:29 -06:00
parent 936f80c550
commit 59026e4f13

8
run.sh

@ -1,3 +1,7 @@
#!/usr/bin/env bash
[ -d dr1pkn0wtr0n1x ] && rm -Rf dr1pkn0wtr0n1x
bash _dr1p.sh dr1pkn0wtr0n1x techno _cover.jpg _url_batch.log
PLAYLIST_NAME="dr1pkn0wtr0n1x"
PLAYLIST_GENRE="techno"
PLAYLIST_ARTWORK="_cover.jpg"
PLAYLIST_URLBATCH="_url_batch.log"
[ -d $PLAYLIST_NAME ] && rm -Rf $PLAYLIST_NAME
bash _dr1p.sh $PLAYLIST_NAME $PLAYLIST_GENRE $PLAYLIST_ARTWORK $PLAYLIST_URLBATCH