Skip to content

Instantly share code, notes, and snippets.

@chadxsmith
Created March 16, 2015 21:14
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 chadxsmith/faaa9ffd57bcecfcdc31 to your computer and use it in GitHub Desktop.
Save chadxsmith/faaa9ffd57bcecfcdc31 to your computer and use it in GitHub Desktop.
Homework, W01D01
export PATH="/usr/local/bin:$PATH"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
homework(){
mkdir GeneralAssembly
cd GeneralAssembly
mkdir Homework Notes Projects Outcomes
mkdir -p Homework/week01/day01
mkdir -p Notes/week01/day01
echo "Keep calm and carry on" > README.md
echo "Hey there, student! Welcome to WDI6! I just set up this directory tree for you:"
cd ~
cd GeneralAssembly
tree
cd ~
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment