diff --git a/clone-all.sh b/clone-all.sh new file mode 100755 index 0000000..f41a056 --- /dev/null +++ b/clone-all.sh @@ -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