No modified codes have been submitted for this Microcode.
Seedbed
Inspired in part by James Morris' ( http://www.jwm-art.net ) microcrudities.
01. July 2009
Inspired in part by James Morris' ( http://www.jwm-art.net ) microcrudities.
01. July 2009
#!/usr/bin/perl
use Cwd qw(realpath);
$myself = realpath($0);
while(1){
`touch $myself`;
print `ls -l $myself`;
}