Skip to content

Instantly share code, notes, and snippets.

@bobeckert
Created July 20, 2016 17:05
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 bobeckert/b454c24bf0b2f0f4ef00f83e40cff5e8 to your computer and use it in GitHub Desktop.
Save bobeckert/b454c24bf0b2f0f4ef00f83e40cff5e8 to your computer and use it in GitHub Desktop.
Hey Baby... Wanna clone all the repos?
curl -s https://api.github.com/orgs/twitter/repos\?per_page\=200 | perl -ne 'print "$1\n" if (/"ssh_url": "([^"]+)/)' | xargs -n 1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment