Skip to content

Instantly share code, notes, and snippets.

@desiderantes
Created July 6, 2015 19:39
Show Gist options
  • Save desiderantes/e60cfe0bc83f4ddd5f43 to your computer and use it in GitHub Desktop.
Save desiderantes/e60cfe0bc83f4ddd5f43 to your computer and use it in GitHub Desktop.
Clone HackedTeam repos
curl -s https://api.github.com/users/hackedteam/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment