Skip to content

Instantly share code, notes, and snippets.

@c80609a
Forked from parsibox/kill.sh
Created April 20, 2020 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c80609a/af882183848a76f5f48a6b6b33a9efd7 to your computer and use it in GitHub Desktop.
Save c80609a/af882183848a76f5f48a6b6b33a9efd7 to your computer and use it in GitHub Desktop.
kill ps aux
ps aux | grep receive | grep -v sh | awk '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment