Created
May 23, 2011 16:34
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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