Skip to content

Instantly share code, notes, and snippets.

@iloveitaly
Last active October 16, 2015 20:41
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 iloveitaly/4dc44ad8765873d2b2f0 to your computer and use it in GitHub Desktop.
Save iloveitaly/4dc44ad8765873d2b2f0 to your computer and use it in GitHub Desktop.
GITHUB_USER=wombat
curl -s https://api.github.com/users/$GITHUB_USER/repos?per_page=200 | jq '.[] .clone_url' | sed 's/\"//g' | while read line; do g clone "$line"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment