WindowsXP-SP1/admin/darwin/data/idtproc.pl
2020-09-30 16:53:49 +02:00

7 lines
62 B
Perl

while (<>)
{
if (/./ && !/^#pragma/)
{
print $_
}
}