Skip to content

Instantly share code, notes, and snippets.

@KMG112
Created March 16, 2015 20:39
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 KMG112/c8232248a58d1a0765d6 to your computer and use it in GitHub Desktop.
Save KMG112/c8232248a58d1a0765d6 to your computer and use it in GitHub Desktop.
Matt wuertz hw day 1
newstudent(){
cd documents
mkdir GeneralAssembly
cd GeneralAssembly
mkdir Homework Notes Projects Outcomes
cd Homework
mkdir -p week01 day01
cd ..
cd Notes
mkdir -p week01 day01
cd ..
echo "Keep calm and carry on" > README.rb
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