Skip to content

Instantly share code, notes, and snippets.

@csaunders
Created July 11, 2014 12:37
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 csaunders/c1292525a2ea6a4a8e46 to your computer and use it in GitHub Desktop.
Save csaunders/c1292525a2ea6a4a8e46 to your computer and use it in GitHub Desktop.
scorch() {
ps aux | grep $@ | tr -s ' ' | cut -d ' ' -f 2 | xargs kill
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment