- Save streamrip.sh as in the ~/.bash_script directory
- Add
alias streamrip='~/.bash_script/streamrip.sh'
to your .bash_aliases $ chmod a+x ~/.bash_script/streamrip.sh
$ source ~/.bashrc
$ cd ~/Music
$ streamrip [url of your stream]
- …
- Profit !
-
-
Save 44213/68a8d28e94495280fbd4fc1f9c05e7d7 to your computer and use it in GitHub Desktop.
Easy ripping command for shoutcast streams ;)
This file contains hidden or 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/bash | |
streamripper $1 -s -D %A/%a/%T -o larger --xs2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment