Created
March 12, 2014 09:00
-
-
Save keimoon/9503294 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
flip() { | |
echo $1 | tr abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ ɐqɔpǝɟɓɥıɾʞlɯuodbɹsʇnʌʍxʎz∀ðƆᗡƎℲ⅁HIſ⋊⅂WNOԀΌᴚS⊥∩ΛMX0⅄ | rev | |
} | |
test $# -lt 2 && echo 'Who to fuck?' && exit | |
test $1 != 'you' && echo 'Please be noble, call fuck you <process>' && exit | |
killall -9 $2 > /dev/null 2>&1 | |
echo -n "(╯°□°)╯ " | |
flip $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment