Skip to content

Instantly share code, notes, and snippets.

@rbriank
Created May 23, 2011 16:34
Show Gist options
  • Save rbriank/987006 to your computer and use it in GitHub Desktop.
Save rbriank/987006 to your computer and use it in GitHub Desktop.
easy rails server up and down aliases for dev - say in Scooby Doo voice
alias rown="kill -9 `ps x | awk '/rails s -d/ {print $1}'` 2> nul"
alias rup="rails s -d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment