Compare commits

...

2 Commits

Author SHA1 Message Date
SemvdHoeven
bf2fcfbe5c merge with branch and pass arguments directly 2026-05-08 15:42:45 +02:00
SemvdHoeven
2f6f873082 forward arguments safely 2026-05-08 15:41:41 +02:00

View File

@@ -1,9 +1,8 @@
#!/bin/bash #!/bin/bash
echo "Downloading youtube song $1" echo "Downloading youtube song $1"
source .env/bin/activate source .env/bin/activate
echo "using artist $2 and title $3" echo "using artist $2 and title $3"
python3 download_youtube.py $1 $2 $3 python3 download_youtube.py "$@"
# ./process_music.sh # ./process_music.sh