Skip to content

Instantly share code, notes, and snippets.

@pmander90
Created March 16, 2015 20:30
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 pmander90/c5029ef02e5cefde7b86 to your computer and use it in GitHub Desktop.
Save pmander90/c5029ef02e5cefde7b86 to your computer and use it in GitHub Desktop.
Homework w01 d01
newga(){
mkdir GeneralAssembly
mkdir GeneralAssembly/homework
mkdir GeneralAssembly/notes
mkdir GeneralAssembly/projects
mkdir GeneralAssembly/outcomes
mkdir GeneralAssembly/homework/week01
mkdir GeneralAssembly/notes/week01
mkdir GeneralAssembly/homework/week01/day01
mkdir GeneralAssembly/notes/week01/day01
echo "Keep calm and carry on" > 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