mirror of
https://github.com/ctm/executor.git
synced 2024-11-27 01:49:33 +00:00
5 lines
39 B
Perl
5 lines
39 B
Perl
|
#!/usr/bin/perl -ni
|
||
|
|
||
|
s/\r/\n/g;
|
||
|
print;
|