Skip to content

Instantly share code, notes, and snippets.

@light9
Last active March 27, 2017 22:40
Show Gist options
  • Save light9/7958540 to your computer and use it in GitHub Desktop.
Save light9/7958540 to your computer and use it in GitHub Desktop.
stop all meteor processes
kill -9 `ps ax | grep node | grep meteor | awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment