Created
February 25, 2013 23:47
-
-
Save breun/5034449 to your computer and use it in GitHub Desktop.
How to have fun with program names and freak out your sysadmin
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
$0 = "rm -rf /"; | |
print "Press ENTER to exit\n"; | |
<STDIN>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment