Skip to content

Instantly share code, notes, and snippets.

@Joaquin6
Last active May 3, 2017 11:24
Show Gist options
  • Select an option

  • Save Joaquin6/d96c918f735ddba1369f4e8ccaa12f1f to your computer and use it in GitHub Desktop.

Select an option

Save Joaquin6/d96c918f735ddba1369f4e8ccaa12f1f to your computer and use it in GitHub Desktop.
#!/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