#!/bin/bash echo "Downloading spotify song $1" source .env/bin/activate python3 download_spotify.py $1 ./process_music.sh echo "Done!"