[rails] quickie script for killing ./script/server
When running webrick on rails apps, I run it daemonized. I finally got bored of manually finding and killing the process by finding it’s process id, so I made a quickie script for killing ./script/server.
I’m certain there’s better / more robust ways of doing this.
Post a Comment