Created
March 16, 2015 20:41
-
-
Save Tuzibun/97ba598e89142b0c667b to your computer and use it in GitHub Desktop.
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
new_student(){ | |
mkdir GeneralAssembly | |
cd GeneralAssembly | |
mkdir Homework Notes Projects Outcomes | |
cd Homework | |
mkdir week01 | |
cd week01 | |
mkdir day01 | |
cd ../../ | |
cd Notes | |
mkdir week01 | |
cd week01 | |
mkdir day01 | |
cd ../../ | |
touch README.md | |
echo "Hey there, student! WElcome to WDI6! I just set up this directory tree for you:" | |
tree | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment