Skip to content

Instantly share code, notes, and snippets.

@rgaidot
Created February 25, 2014 15:17
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 rgaidot/9210850 to your computer and use it in GitHub Desktop.
Save rgaidot/9210850 to your computer and use it in GitHub Desktop.
#!/bin/bash
kill -9 `ps ax | grep "$1" | awk '{print $1}'` &2>/dev/null
echo "byebye $1 :-)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment