Skip to content

Instantly share code, notes, and snippets.

@austenito
Forked from ryankanno/attack_of_the_clones.sh
Last active December 14, 2015 10:28
Show Gist options
  • Save austenito/5071766 to your computer and use it in GitHub Desktop.
Save austenito/5071766 to your computer and use it in GitHub Desktop.
#!/bin/bash
repos=(
'https://github.com/github/gitignore'
'https://github.com/twitter/bootstrap'
'https://github.com/h5bp/html5-boilerplate'
'https://github.com/cloudhead/less.js'
'https://github.com/jquery/jquery'
'https://github.com/jquery/jquery-mobile'
'https://github.com/jquery/jquery-ui'
'https://github.com/blueimp/jQuery-File-Upload'
'https://github.com/harvesthq/chosen'
'https://github.com/angular/angular.js'
'https://github.com/mitsuhiko/flask'
'https://github.com/mitsuhiko/jinja2'
)
printf "%s\n" "${repos[@]}" | parallel -j4 git clone {}
## Ruby Documentation
http://ruby-doc.org/downloads/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment