Skip to content

Instantly share code, notes, and snippets.

@atrakic
Last active April 13, 2018 13:31
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 atrakic/ffe11f826b4bc9684c5295648462e73f to your computer and use it in GitHub Desktop.
Save atrakic/ffe11f826b4bc9684c5295648462e73f to your computer and use it in GitHub Desktop.
curl -s https://api.github.com/users/atrakic/repos?per_page=200 | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["ssh_url"])'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment