Skip to content

Instantly share code, notes, and snippets.

@theeltahir
Created March 16, 2015 20:35
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 theeltahir/eb4165e9d305755aba1b to your computer and use it in GitHub Desktop.
Save theeltahir/eb4165e9d305755aba1b to your computer and use it in GitHub Desktop.
Homework 1
MakeGAWorkingDirectory(){
cd ~
mkdir -p GeneralAssembly/Projects/ GeneralAssembly/Outcomes/
mkdir -p GeneralAssembly/Homework/week01/day01
mkdir -p GeneralAssembly/Notes/week01/day01
cd GeneralAssembly
echo "Keep calmn and code on" > "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