Skip to content

Instantly share code, notes, and snippets.

@asemler
Created January 21, 2016 21:09
Show Gist options
  • Save asemler/978bec1d54411d3fc2b0 to your computer and use it in GitHub Desktop.
Save asemler/978bec1d54411d3fc2b0 to your computer and use it in GitHub Desktop.
kill -9 $(ps aux | grep harmony | grep -v grep | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment