Last active
May 3, 2017 11:24
-
-
Save Joaquin6/d96c918f735ddba1369f4e8ccaa12f1f to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| # Before running script, git must be installed | |
| cd Desktop/ | |
| mkdir usr | |
| cd usr/ | |
| mkdir git-sample-repos | |
| cd git-sample-repos/ | |
| git clone [email protected]:DanialK/advanced-security-in-backbone.git | |
| git clone [email protected]:Adobe-Marketing-Cloud/analytics-realtime-dashboard-example.git | |
| git clone [email protected]:angular/angular-seed.git | |
| git clone [email protected]:rg1220/angular-starter-api.git | |
| git clone [email protected]:AngularClass/angular-starter.git | |
| git clone git://github.com/ninja-build/ninja.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment