This commit is contained in:
Ev Bogdanov 2017-01-26 19:29:57 +03:00
commit c2271ba672
43 changed files with 886 additions and 0 deletions

6
bin/t- Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env perl
while (<>) {
$_ =~ s/^\t//;
print $_;
}