Added clone-all script.
This commit is contained in:
parent
cc01660478
commit
8adfb52c56
|
@ -0,0 +1,13 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Assuming that you're executing this script from the devtools directory, it
|
||||||
|
# will clone all other repositories in the organization.
|
||||||
|
|
||||||
|
cd ../
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/transport.git
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/primitives.git
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/websockets.git
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/data.git
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/starter.git
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/media.git
|
||||||
|
git clone git@git.andrewlalis.com:Handy-Http/client.git
|
Loading…
Reference in New Issue