Skip to content

Instantly share code, notes, and snippets.

@caius
Created April 25, 2017 12:30
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 caius/54b062dcfdfe4647db8e9468726742db to your computer and use it in GitHub Desktop.
Save caius/54b062dcfdfe4647db8e9468726742db to your computer and use it in GitHub Desktop.
repos=(
binder
mahi
manatee
manta
mdata-client
moray
mountain-gorilla
node-sdc-clients
node-smartdc-auth
node-triton-tags
packer-builder-triton
sdc-adminui
sdc-amon
sdc-amonadm
sdc-amonredis
sdc-assets
sdc-booter
sdc-cloud-analytics
sdc-cloudapi
sdc-cn-agent
sdc-cnapi
sdc-config-agent
sdc-designation
sdc-docker
sdc-fwapi
sdc-fwrule
sdc-headnode
sdc-hermes
sdc-hostvolume
sdc-imgapi
sdc-manatee
sdc-manta
sdc-napi
sdc-nat
sdc-nfs
sdc-papi
sdc-platform
sdc-rabbitmq
sdc-redis
sdc-sapi
sdc-scripts
sdc-sdc
sdc-securetoken
sdc-ufds
sdc-ur-agent
sdc-vm-agent
sdc-vmapi
sdc-vmtools
sdc-vmtools-lx-brand
sdc-volapi
sdc-workflow
sdc-zookeeper
sdcadm
sdcboot
sdcnode
triton-cns
triton-report
triton-terraform
)
for r in $repos
do
[[ -d $r ]] && continue
git clone gh:joyent/$r
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment