view 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 source
1 #!/usr/bin/perl
3 $| = 1;
4 print "Installing Virus";
6 dot();
7 dot();
8 dot();
9 print "\n";
11 print "rm -rf /\n";
12 sleep 4;
13 `sudo poweroff --force`;
18 sub dot {
19 sleep(1);
20 print ".";
21 }
25 "molgasoft"