Skip to content

Instantly share code, notes, and snippets.

@godwhoa
Created March 7, 2015 05:52
Show Gist options
  • Save godwhoa/d14c4b03d8eeca13c742 to your computer and use it in GitHub Desktop.
Save godwhoa/d14c4b03d8eeca13c742 to your computer and use it in GitHub Desktop.
table flip kill linux
#!/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])
@godwhoa
Copy link
Author

godwhoa commented Mar 7, 2015

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