diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/hldiff | 1 | ||||
-rwxr-xr-x | contrib/plaintext | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/hldiff b/contrib/hldiff index 5d7c4228..b672e21f 100755 --- a/contrib/hldiff +++ b/contrib/hldiff @@ -1,4 +1,3 @@ -#!/usr/bin/env -S awk -f # vim: set ft=awk : BEGIN { bright = "\x1B[1m" diff --git a/contrib/plaintext b/contrib/plaintext index b7feb44d..71e33f7c 100755 --- a/contrib/plaintext +++ b/contrib/plaintext @@ -1,4 +1,3 @@ -#!/usr/bin/env -S awk -f # vim: set ft=awk : BEGIN { dim = "\x1B[2m" |