Skip to content

Instantly share code, notes, and snippets.

@dwyn
Forked from ryandeussing/gist:5667094
Created July 18, 2019 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwyn/6d09cd1a6b714bb29fc6ad409fbf1729 to your computer and use it in GitHub Desktop.
Save dwyn/6d09cd1a6b714bb29fc6ad409fbf1729 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment