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