From 8adfb52c56e6def5425c489157cc96e8959b1827 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sat, 17 May 2025 06:45:04 -0400 Subject: [PATCH] Added clone-all script. --- clone-all.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 clone-all.sh 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