mirror of
https://github.com/ctm/executor.git
synced 2025-02-17 05:31:27 +00:00
5 lines
37 B
Perl
5 lines
37 B
Perl
|
#!/usr/bin/perl -ni
|
||
|
|
||
|
s/\r//g;
|
||
|
print;
|