Skip to content

Instantly share code, notes, and snippets.

/hw01

Created March 16, 2015 21:01
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 anonymous/ff08997ada221f21883b to your computer and use it in GitHub Desktop.
Save anonymous/ff08997ada221f21883b to your computer and use it in GitHub Desktop.
hw01
general_assembly(){
mkdir GeneralAssembly
mkdir /GeneralAssembly/Homework
mkdir /GeneralAssembly/Notes
mkdir /GeneralAssembly/Projects
mkdir /GeneralAssembly/Outcomes
mkdir -p /GeneralAssembly/Homework/week01
mkdir -p /GeneralAssembly/Notes/week01
mkdir -p /GeneralAssembly/Homework/week01/day01
mkdir -p /GeneralAssembly/Notes/week01/day01
echo "Keep calm and carry on">GeneralAssembly/README.md
echo "Hey there Ali! 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