Skip to content

Instantly share code, notes, and snippets.

@ryankee
Forked from nileshashra/gist:104feea8ecbd92350f3d
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save ryankee/e9a57eaff7ad13115d99 to your computer and use it in GitHub Desktop.

Select an option

Save ryankee/e9a57eaff7ad13115d99 to your computer and use it in GitHub Desktop.
_grabkey() {
curl -s -S "https://api.github.com/users/$1/keys" | grep 'key' | awk '{c=$3; gsub(/\"/,"",c); print c}'
}
alias grabkey=_grabkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment