Skip to content

Instantly share code, notes, and snippets.

@Tuzibun
Created March 16, 2015 20:41
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 Tuzibun/97ba598e89142b0c667b to your computer and use it in GitHub Desktop.
Save Tuzibun/97ba598e89142b0c667b to your computer and use it in GitHub Desktop.
new_student(){
mkdir GeneralAssembly
cd GeneralAssembly
mkdir Homework Notes Projects Outcomes
cd Homework
mkdir week01
cd week01
mkdir day01
cd ../../
cd Notes
mkdir week01
cd week01
mkdir day01
cd ../../
touch 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