Created
March 16, 2015 20:30
-
-
Save pmander90/c5029ef02e5cefde7b86 to your computer and use it in GitHub Desktop.
Homework w01 d01
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
newga(){ | |
mkdir GeneralAssembly | |
mkdir GeneralAssembly/homework | |
mkdir GeneralAssembly/notes | |
mkdir GeneralAssembly/projects | |
mkdir GeneralAssembly/outcomes | |
mkdir GeneralAssembly/homework/week01 | |
mkdir GeneralAssembly/notes/week01 | |
mkdir GeneralAssembly/homework/week01/day01 | |
mkdir GeneralAssembly/notes/week01/day01 | |
echo "Keep calm and carry on" > GeneralAssembly/README.md | |
echo "Hey there, student! Welcome to WDI6! I just set up this directory tree for you:" | |
tree GeneralAssembly | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment