diff options
Diffstat (limited to 'tools/sed-callbacks')
-rw-r--r-- | tools/sed-callbacks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sed-callbacks b/tools/sed-callbacks index f94309c..999d2d7 100644 --- a/tools/sed-callbacks +++ b/tools/sed-callbacks @@ -23,5 +23,6 @@ T;h # drop \n s/\n//g # replace multi spaces with one +s/\t/ /g s/ {2,}/ /g p |