Created
March 7, 2015 05:52
-
-
Save godwhoa/d14c4b03d8eeca13c742 to your computer and use it in GitHub Desktop.
table flip kill linux
This file contains hidden or 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/python | |
# -*- coding: utf-8 -*- | |
import upsidedown | |
import sys | |
import os | |
updown = upsidedown.transform(sys.argv[1]) | |
print u"(ノಠ益ಠ)ノ彡 "+updown | |
os.system("pkill "+sys.argv[1]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo curl 'https://gist.githubusercontent.com/godwhoa/d14c4b03d8eeca13c742/raw/c67f2eff5bf4493a4291458e3bb11dfedfdda0ae/flip.py'>/usr/bin/fuckyou;sudo chmod +x /usr/bin/fuckyou;sudo pip install upsidedown