Skip to content

Instantly share code, notes, and snippets.

@JYamauchi
Created March 16, 2015 21:25
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 JYamauchi/c0eb7181cc0cf782a011 to your computer and use it in GitHub Desktop.
Save JYamauchi/c0eb7181cc0cf782a011 to your computer and use it in GitHub Desktop.
GAdirectory(){
cd ~/Documents/
mkdir GeneralAssembly
cd ~/Documents/GeneralAssembly
mkdir "Homework" "Notes" "Projects" "Outcomes"
cd Homework
mkdir "week01"
cd week01
mkdir "day01"
cd ../../Notes
mkdir "week01"
cd week01
mkdir "day01"
cd ../../../GeneralAssembly
touch README.md
echo "Keep calm and carry on" > README.md
echo "Hey, there, student! Welcome to WD16! I just set up this directory tree for you:"
tree /path/Documents/GeneralAssembly
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment