Skip to content

Instantly share code, notes, and snippets.

@dberringer
Created June 20, 2011 19:21
Show Gist options
  • Save dberringer/1036348 to your computer and use it in GitHub Desktop.
Save dberringer/1036348 to your computer and use it in GitHub Desktop.
bash project shortcut
myproject() {
cd /Users/doug/development/myproject/ && rvm 1.8.7
if [ "${1}" == "s" ]; then
script/server -u
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment