Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created February 4, 2011 08:04
Show Gist options
  • Save defunkt/810859 to your computer and use it in GitHub Desktop.
Save defunkt/810859 to your computer and use it in GitHub Desktop.
Easily grab a single file from GitHub.
# $ 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