Skip to content

Instantly share code, notes, and snippets.

@michaelkendall
Created March 17, 2015 11:54
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 michaelkendall/b5a8e48346077be4f5ce to your computer and use it in GitHub Desktop.
Save michaelkendall/b5a8e48346077be4f5ce to your computer and use it in GitHub Desktop.
GAHW1
newGAstudent()
{
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.”
cd ~
cd GeneralAssembly
tree
cd ~
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment