Skip to content

Instantly share code, notes, and snippets.

@slrfg
Created March 17, 2015 01:56
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 slrfg/9d8b378ae3c4741e046b to your computer and use it in GitHub Desktop.
Save slrfg/9d8b378ae3c4741e046b to your computer and use it in GitHub Desktop.
newbie(){
mkdir -p GeneralAssembly/Homework/week01/day01
mkdir -p GeneralAssembly/Notes/week01/day01
mkdir -p GeneralAssembly/Projects
mkdir -p GeneralAssembly/Outcomes
touch GeneralAssembly/README.md
echo "Hey there, student! Welcome to WDI6! I just set up this directory tree for you:"
tree GeneralAssembly
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment