Skip to content

Instantly share code, notes, and snippets.

@presto2116
Created March 16, 2015 20:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save presto2116/72f4aec91d3e6f74d29e to your computer and use it in GitHub Desktop.
Preston's_Homework01
new_student(){
mkdir GeneralAssembly
mkdir GeneralAssembly/Homework
mkdir GeneralAssembly/Notes
mkdir GeneralAssembly/Projects
mkdir GeneralAssembly/Outcomes
mkdir GeneralAssembly/Homework/week01
mkdir GeneralAssembly/Homework/week01/day01
mkdir GeneralAssembly/Notes/week01
mkdir GeneralAssembly/Notes/week01/day01
cd GeneralAssembly
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