Skip to content

Instantly share code, notes, and snippets.

@Crydust
Created June 16, 2016 21:09
Show Gist options
  • Save Crydust/97ea8954ae279d35936c0acbf52a2262 to your computer and use it in GitHub Desktop.
Save Crydust/97ea8954ae279d35936c0acbf52a2262 to your computer and use it in GitHub Desktop.
#!/bin/sh
ps aux | grep java | grep spring | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment