Skip to content

Instantly share code, notes, and snippets.

@amaseda
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaseda/8a5f941474f62fe06a42 to your computer and use it in GitHub Desktop.
Save amaseda/8a5f941474f62fe06a42 to your computer and use it in GitHub Desktop.
Homework W01D01
new_student(){
mkdir -p GeneralAssembly/Homework/week01/day01 GeneralAssembly/Notes/week01/day01
mkdir -p GeneralAssembly/Projects GeneralAssembly/Outcomes
touch GeneralAssembly/README.md
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