diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-01-13 11:33:42 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-01-13 11:33:42 +0100 |
commit | 379f1a7ec74e8c4f382bc9a5a638bea414144cb5 (patch) | |
tree | 46235b0a50e513695fa7a8a9d4be387de12aa75c | |
parent | 0e6b99d40c7cd5c2d96ff0316c2721b393c27f90 (diff) |
Fix shebang
-rwxr-xr-x | tabulate.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabulate.sed b/tabulate.sed index cd30ff1..fb081e5 100755 --- a/tabulate.sed +++ b/tabulate.sed @@ -1,4 +1,4 @@ -#!/bin/sed -Efi +#!/bin/sed -Ef # Script to convert spaces to tabs # Usage: ./tabulate.sed file1 file2 ... fileN |