Skip to content

Instantly share code, notes, and snippets.

@lmdragun
Created March 16, 2015 20:44
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 lmdragun/d8b1422a331675fe0f49 to your computer and use it in GitHub Desktop.
Save lmdragun/d8b1422a331675fe0f49 to your computer and use it in GitHub Desktop.
newstudent(){
cd ~
mkdir GeneralAssembly
cd GeneralAssembly
mkdir Homework
mkdir Notes
mkdir Projects
mkdir Outcomes
cd Homework
mkdir week01
mkdir week01/day01
cd ..
cd Notes
mkdir week01
mkdir week01/day01
cd ..
echo 'Keep calm and carry on' > README.txt
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