Skip to content

Instantly share code, notes, and snippets.

@antife-yinyue
Created October 30, 2015 14:17
Show Gist options
  • Save antife-yinyue/b91a9361832d5cd05f22 to your computer and use it in GitHub Desktop.
Save antife-yinyue/b91a9361832d5cd05f22 to your computer and use it in GitHub Desktop.
ps -ef | grep -v grep | grep OOXX | awk '{print$2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment