Skip to content

Instantly share code, notes, and snippets.

@RobinWu
Created June 29, 2010 04:05
Show Gist options
  • Save RobinWu/456781 to your computer and use it in GitHub Desktop.
Save RobinWu/456781 to your computer and use it in GitHub Desktop.
#!/bin/sh
ps -Af | grep "webrick" | grep -v grep | awk '{print $2}' | xargs kill -9
ruby script/server webrick -p 3000 -d
echo '.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment