Skip to content

Instantly share code, notes, and snippets.

@csu
Created July 12, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csu/b40b46b5634a0288f845 to your computer and use it in GitHub Desktop.
Save csu/b40b46b5634a0288f845 to your computer and use it in GitHub Desktop.
get all repo ssh_urls
REPOLIST=`curl --silent https://api.github.com/users/csu/repos -q | grep "\"ssh_url\"" | awk -F': "' '{print $2}' | sed -e 's/",//g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment