Skip to content

Instantly share code, notes, and snippets.

@JoseRibeiro
Created January 13, 2011 12:57
Show Gist options
  • Save JoseRibeiro/777818 to your computer and use it in GitHub Desktop.
Save JoseRibeiro/777818 to your computer and use it in GitHub Desktop.
Kill mvn jetty:run
ps ax | grep jetty | grep -v grep | awk '{system("kill -9 "$1)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment