Skip to content

Instantly share code, notes, and snippets.

@Nervengift
Created April 22, 2014 13:01
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 Nervengift/11178258 to your computer and use it in GitHub Desktop.
Save Nervengift/11178258 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -ne 2 ]; then
echo "Usage: fuck you <programm>"
exit 1
fi
if killall -9 "$2"; then
echo
echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)"
echo
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment