diff options
Diffstat (limited to 'contrib/hldiff')
-rwxr-xr-x | contrib/hldiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hldiff b/contrib/hldiff index f2bda8d..89aa9a2 100755 --- a/contrib/hldiff +++ b/contrib/hldiff @@ -1,4 +1,4 @@ -#!/bin/awk -f +#!/usr/bin/env -S awk -f BEGIN { bright = "\x1B[1m" red = "\x1B[31m" |