Skip to content

Instantly share code, notes, and snippets.

@bigtiger
Created April 20, 2012 20:38
Show Gist options
  • Save bigtiger/2431745 to your computer and use it in GitHub Desktop.
Save bigtiger/2431745 to your computer and use it in GitHub Desktop.
GitHub User's Name
curl -is https://api.github.com/users/bigtiger | grep -Po '"name":.*".+?[^\\]",' | cut -d \" -f 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment