Add all files
This commit is contained in:
8
download-youtube.sh
Executable file
8
download-youtube.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo "Downloading youtube song $1"
|
||||
source .env/bin/activate
|
||||
python3 download_youtube.py $1
|
||||
|
||||
./process_music.sh
|
||||
|
||||
echo "Done!"
|
||||
Reference in New Issue
Block a user