Skip to content

Instantly share code, notes, and snippets.

@seekpeace
Last active August 29, 2015 14:17
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 seekpeace/b24ac412602c9b7c0d8e to your computer and use it in GitHub Desktop.
Save seekpeace/b24ac412602c9b7c0d8e to your computer and use it in GitHub Desktop.
bash homework
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*
GA(){
mkdir GeneralAssembly
cd GeneralAssembly
mkdir -p Projects Outcomes Homework/week01/day01 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:”
tree
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment