acme/bin/t-

7 lines
63 B
Text
Raw Normal View History

2017-01-26 19:29:57 +03:00
#!/usr/bin/env perl
while (<>) {
$_ =~ s/^\t//;
print $_;
}