Skip to content

Instantly share code, notes, and snippets.

@robertdavid010
Created May 2, 2017 02:19
Show Gist options
  • Save robertdavid010/12260fe3464d3d1f251c655f51a7f1fd to your computer and use it in GitHub Desktop.
Save robertdavid010/12260fe3464d3d1f251c655f51a7f1fd to your computer and use it in GitHub Desktop.
Kill MeteorJS

Kill 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