Skip to content

Instantly share code, notes, and snippets.

@APARK87
Created March 16, 2015 21:01
Show Gist options
  • Save APARK87/dd542c389833c01f362e to your computer and use it in GitHub Desktop.
Save APARK87/dd542c389833c01f362e to your computer and use it in GitHub Desktop.
HW1 Aaron Park
asdf(){
mkdir GeneralAssembly
cd GeneralAssembly
mkdir Homework Notes Projects Outcomes
mkdir -p Homework/week01/day01
mkdir -p Notes/week01/day01
echo "Keep calm and carry on" > 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