Skip to content

Instantly share code, notes, and snippets.

@greenes
Created March 16, 2015 20:59
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 greenes/f3688d5dc224a8b2d1ae to your computer and use it in GitHub Desktop.
Save greenes/f3688d5dc224a8b2d1ae to your computer and use it in GitHub Desktop.
Sarah Greene HWw01d01
GAstudent() {
mkdir GeneralAssembly
cd GeneralAssembly
mkdir Homework
mkdir Notes
mkdir Projects
mkdir Outcomes
cd Homework
mkdir week01
cd week01
mkdir day01
cd ../../Notes
mkdir week01
cd week01
mkdir day01
cd ../../
touch README.md
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