Skip to content

Instantly share code, notes, and snippets.

@ddzager
Created March 16, 2015 20:50
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 ddzager/2bf8f942d426505956d9 to your computer and use it in GitHub Desktop.
Save ddzager/2bf8f942d426505956d9 to your computer and use it in GitHub Desktop.
welcome(){
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:"
tree
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment