- 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 !
Created
March 16, 2012 10:27
-
-
Save kane-thornwyrd/2049466 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