Skip to content

Instantly share code, notes, and snippets.

@ryankanno
Created March 1, 2013 12:26
Show Gist options
  • Save ryankanno/5064313 to your computer and use it in GitHub Desktop.
Save ryankanno/5064313 to your computer and use it in GitHub Desktop.
Clone all the repos! StartupBus 2013 prep. :D
#!/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 {}
@austenito
Copy link

I don't see where I can submit a PR. So...

Repos

'git@github.com:documentcloud/underscore.git'
'git@github.com:timrwood/moment.git'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment