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