Skip to content

Instantly share code, notes, and snippets.

@DanThomson
Created April 15, 2016 18:49
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 DanThomson/7c63ff4ff5b57342c9aeb0e8b01f4461 to your computer and use it in GitHub Desktop.
Save DanThomson/7c63ff4ff5b57342c9aeb0e8b01f4461 to your computer and use it in GitHub Desktop.
kill rogue spring process
ps | grep spring | grep -v grep | cut -f1 -d ' ' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment