Skip to content

Instantly share code, notes, and snippets.

@rozap
Created March 6, 2014 05:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozap/9383254 to your computer and use it in GitHub Desktop.
Save rozap/9383254 to your computer and use it in GitHub Desktop.
function fuck() {
if killall -9 "$2"; then
echo ; echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)"; echo
fi
}
@rozap
Copy link
Author

rozap commented Oct 10, 2014

usage:

apt-get install toilet

then

chris@natal:~/work/switchstore$ fuck you python

 (╯°□°)╯︵uoɥʇʎd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment