acme/bin/lc+

9 lines
86 B
Text
Raw Normal View History

2017-01-26 19:29:57 +03:00
#!/usr/bin/env perl
use utf8;
use open qw(:std :utf8);
while (<>) {
print lc $_;
}