Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created January 26, 2009 04:03
Show Gist options
  • Save TheNicholasNick/52692 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/52692 to your computer and use it in GitHub Desktop.
#!/bin/sh
kill `ps | grep -i ruby | awk {'print $1'}`
./bin/merb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment