Skip to content

Instantly share code, notes, and snippets.

@bmatusiak
Created November 15, 2012 04:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmatusiak/4076705 to your computer and use it in GitHub Desktop.
Save bmatusiak/4076705 to your computer and use it in GitHub Desktop.
c9kill for hanging process
ps -ef | grep node | grep -v grep | grep -v "vfs-worker" | grep -v "bin/node -e (" | awk '{print $2}' | xargs kill -9
@bmatusiak
Copy link
Author

npm install c9kill give bin c9kill

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