Last active
December 30, 2015 00:09
-
-
Save drye/7747334 to your computer and use it in GitHub Desktop.
Glone all intera projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "This will clone all of the required Intera repos. Hold tight!" | |
git clone [email protected]:intera-doo/intrix.git | |
git clone [email protected]:intera-doo/intrix-custom.git | |
git clone [email protected]:intera-doo/intrix-extensions.git | |
git clone [email protected]:intera-doo/intrix-deploy.git | |
git clone [email protected]:intera-doo/intrix-control.git | |
git clone [email protected]:intera-doo/intera-webpage.git | |
git clone [email protected]:intera-doo/ajpes | |
git clone [email protected]:intera-doo/vagrant.git | |
git clone [email protected]:intera-doo/chef.git | |
git clone [email protected]: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