From Sharp Monkey, 6 Years ago, written in Plain Text.
Embed
  1. curl -s https://api.github.com/orgs/coreos/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'