cmdtest/t/bin/unix/clines
Johan Holmberg a3bd727568 Make handling of Windows / Linux symmetric when it comes
to "clines". Implemented as a Perl script on Linux.
2009-05-12 16:53:18 +00:00

8 lines
74 B
Perl
Executable File

#!/usr/bin/perl
use strict;
for my $arg (@ARGV) {
print "$arg\n";
}