Created
April 11, 2013 01:20
-
-
Save ecowden/5359900 to your computer and use it in GitHub Desktop.
Clone the Angular.js project from GitHub into a directory called 'wwt-rocks'. If the directory already exists, delete it first. Bash implementation.
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
DIR="wwt-rocks" | |
if [ -d $DIR ]; then | |
rm -Rf $DIR | |
fi | |
git clone git://github.com/angular/angular.js.git $DIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment