acme
This commit is contained in:
commit
c2271ba672
43 changed files with 886 additions and 0 deletions
10
bin/s-
Executable file
10
bin/s-
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
while (<>) {
|
||||
if ($_ =~ m/^\s+$/) {
|
||||
print "\n";
|
||||
} else {
|
||||
$_ =~ s/^\s+//;
|
||||
print $_;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue