Forked from nileshashra/gist:104feea8ecbd92350f3d
Last active
August 29, 2015 14:08
-
-
Save ryankee/e9a57eaff7ad13115d99 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| _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