forward arguments safely
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo "Downloading youtube song $1"
|
||||
source .env/bin/activate
|
||||
python3 download_youtube.py $1
|
||||
python3 download_youtube.py "$@"
|
||||
|
||||
./process_music.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user