Last active
August 29, 2015 14:17
-
-
Save keithknox/f5489caae1ed80a2a3c0 to your computer and use it in GitHub Desktop.
Homework, W01D01
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 -p GeneralAssembly/Homework/week01/day01 | |
mkdir -p GeneralAssembly/Notes/week01/day01 | |
mkdir -p GeneralAssembly/Projects | |
mkdir -p GeneralAssembly/Outcomes | |
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