Skip to content

Instantly share code, notes, and snippets.

@arn-e
Created March 17, 2015 01:56
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 arn-e/90e80da5f1de5faabd11 to your computer and use it in GitHub Desktop.
Save arn-e/90e80da5f1de5faabd11 to your computer and use it in GitHub Desktop.
killprocesses1
#!/bin/bash
echo "HADOOKEN, $1!"
ps aux | grep $1 | awk '{print $2}' | xargs kill -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment