Skip to content

Instantly share code, notes, and snippets.

@MinmoTech
Last active May 7, 2020 17:00
Show Gist options
  • Save MinmoTech/7d3f029d07854b531ea5f1c2e420500e to your computer and use it in GitHub Desktop.
Save MinmoTech/7d3f029d07854b531ea5f1c2e420500e to your computer and use it in GitHub Desktop.
deezer downloadlinks
#!/bin/sh
cd /home/julius/Programs/
git pull origin master
/home/julius/Programs/SMLoadr-linux-x64 -p "/hdd4/Medien/Audio/Music/" -q FLAC -d all
git add *
git commit -m "update"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment