Menu

[r62]: / domprep.pl  Maximize  Restore  History

Download this file

11 lines (6 with data), 169 Bytes

1
2
3
4
5
6
7
8
9
while (<STDIN>)
{
$i = $_;
system("perl /home/dmolnar/metafuzz.com/testcases/autorepro/mplayer-repro/mplayer_checktc.pl $i &");
system("echo \"next\" >> log5");
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.