Rewrite tabs business
This commit is contained in:
parent
950e6f45ce
commit
632eff130c
2 changed files with 4 additions and 9 deletions
7
bin/t-
7
bin/t-
|
|
@ -1,6 +1,3 @@
|
|||
#!/usr/bin/env perl
|
||||
#!/usr/bin/env bash
|
||||
|
||||
while (<>) {
|
||||
$_ =~ s/^\t//;
|
||||
print $_;
|
||||
}
|
||||
sed 's/^ //'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue