Skip to content

Instantly share code, notes, and snippets.

@ryandeussing
Created May 29, 2013 00:14
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryandeussing/5667094 to your computer and use it in GitHub Desktop.
Save ryandeussing/5667094 to your computer and use it in GitHub Desktop.
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
@brookton
Copy link

Great stuff! Thanks for posting this.

@betalantz
Copy link

Worked like a charm!

@isabellagh
Copy link

It did, awesome! thank you both!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment