Skip to content

Instantly share code, notes, and snippets.

@ryandeussing
ryandeussing / gist:5667094
Created May 29, 2013 00:14
Find and kill a zombie shotgun server
$ ps ax | grep shotgun
11152 s000 R+ 0:00.00 grep shotgun
10766 s001 S+ 0:00.60 /Users/ryandeussing/.rvm/gems/ruby-1.9.3-p429@sinatra/bin/shotgun
$ kill -9 10766
#done