Created
May 2, 2011 13:37
-
-
Save ssokolow/951618 to your computer and use it in GitHub Desktop.
Gag script for xkcd-reading Minecraft players
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
| # Try typing "import creeper" at the Python prompt. | |
| import os, signal | |
| print "sssssssssssssss..." | |
| os.kill(os.getpid(), signal.SIGSEGV) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment