Skip to content

Instantly share code, notes, and snippets.

@drye
Last active December 30, 2015 00:09
Show Gist options
  • Save drye/7747334 to your computer and use it in GitHub Desktop.
Save drye/7747334 to your computer and use it in GitHub Desktop.
Glone all intera projects
#!/bin/sh
echo "This will clone all of the required Intera repos. Hold tight!"
git clone git@github.com:intera-doo/intrix.git
git clone git@github.com:intera-doo/intrix-custom.git
git clone git@github.com:intera-doo/intrix-extensions.git
git clone git@github.com:intera-doo/intrix-deploy.git
git clone git@github.com:intera-doo/intrix-control.git
git clone git@github.com:intera-doo/intera-webpage.git
git clone git@github.com:intera-doo/ajpes
git clone git@github.com:intera-doo/vagrant.git
git clone git@github.com:intera-doo/chef.git
git clone git@github.com:intera-doo/intrix-analytics.git
echo "You're good to go!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment