Created
March 1, 2013 12:26
-
-
Save ryankanno/5064313 to your computer and use it in GitHub Desktop.
Clone all the repos! StartupBus 2013 prep. :D
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see where I can submit a PR. So...
Repos
'[email protected]:documentcloud/underscore.git'
'[email protected]:timrwood/moment.git'