Created
November 20, 2010 22:33
-
-
Save narfdotpl/708237 to your computer and use it in GitHub Desktop.
copy to clipboard links to rars hosted at rapidshare found at given url
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
# copy to clipboard links to rars hosted at rapidshare found at given url | |
rs() { | |
curl $1 2> /dev/null | grep -Po 'http://rapidshare.com/.*?rar' | pbcopy | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment