forward arguments safely

This commit is contained in:
SemvdHoeven
2026-05-08 15:41:41 +02:00
parent da1e51db21
commit 2f6f873082

View File

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