Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Forked from defunkt/gh-get.sh
Created February 15, 2011 02:25
Show Gist options
  • Save kennethreitz/827001 to your computer and use it in GitHub Desktop.
Save kennethreitz/827001 to your computer and use it in GitHub Desktop.
# $ gh-get https://github.com/defunkt/facebox/blob/master/src/facebox.js
function gh-get () {
curl -#O $(echo $1 | sed 's|blob|raw|')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment