Skip to content

Instantly share code, notes, and snippets.

@CirKu17
Created October 12, 2012 22:16
Show Gist options
  • Save CirKu17/3881916 to your computer and use it in GitHub Desktop.
Save CirKu17/3881916 to your computer and use it in GitHub Desktop.
function bobafett() {
echo "As you wish"
if ps -ef | grep -q $1 ; then pkill $1 && exit; fi
if id -u $1 >/dev/null 2>&1; then userdel $1 && exit; fi
find $1 -delete
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment