Skip to content

Instantly share code, notes, and snippets.

@ReidWilliams
Last active January 27, 2017 00:08
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 ReidWilliams/dbcabcc593c4da953bf04a890009988d to your computer and use it in GitHub Desktop.
Save ReidWilliams/dbcabcc593c4da953bf04a890009988d to your computer and use it in GitHub Desktop.
One line command to kill node debug processes on Mac OS
kill -9 $(ps -ef | grep '[n]ode --debug-brk=5858' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment