view txt.java.class.png.jpg.exe @ 11:7e8dde3f2a29 tip

Dylan's first attempt at committing.
author Dylan Holmes <ocsenave@gmail.com>
date Thu, 27 Oct 2011 22:23:03 -0500
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"