Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created April 20, 2012 23:45
Show Gist options
  • Save jdlich/2432703 to your computer and use it in GitHub Desktop.
Save jdlich/2432703 to your computer and use it in GitHub Desktop.
function kt { ps ax | grep java | grep "catalina" | awk '{print $1}' | xargs kill -9; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment