Last active
May 7, 2020 17:00
-
-
Save MinmoTech/7d3f029d07854b531ea5f1c2e420500e to your computer and use it in GitHub Desktop.
deezer downloadlinks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./* | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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