Skip to content

Instantly share code, notes, and snippets.

@caniszczyk
Created October 9, 2012 04:25

Revisions

  1. caniszczyk created this gist Oct 9, 2012.
    1 change: 1 addition & 0 deletions clone-all-twitter-github-repos.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl -s https://api.github.com/orgs/twitter/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'