Skip to content

Instantly share code, notes, and snippets.

@josephfinlayson
Created August 7, 2013 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephfinlayson/6175060 to your computer and use it in GitHub Desktop.
Save josephfinlayson/6175060 to your computer and use it in GitHub Desktop.
git cloner
arr=(git@github.com:asd/dasde.git
git@github.com:asform/dni_wpasdager.git
)
for git in "${arr[@]}"
do
git clone $git
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment