acme/bin/t+

6 lines
51 B
Text
Raw Normal View History

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