Skip to content

Instantly share code, notes, and snippets.

@narfdotpl
Created November 20, 2010 22:33
Show Gist options
  • Save narfdotpl/708237 to your computer and use it in GitHub Desktop.
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
# 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