Skip to content

Instantly share code, notes, and snippets.

@justinriggio
Created September 13, 2013 17:23
Show Gist options
  • Save justinriggio/6553527 to your computer and use it in GitHub Desktop.
Save justinriggio/6553527 to your computer and use it in GitHub Desktop.
force kill meteor
ps ax | grep node | grep meteor
kill -9 <id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment