about summary refs log tree commit diff stats
path: root/contrib
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-06-13 20:17:39 -0400
committerDrew DeVault <sir@cmpwn.com>2019-06-13 20:17:39 -0400
commit61206c6ac6fdc3fc884626a5b1076354f8311c33 (patch)
tree73fafefde2d9e5a35cd5953aad31ea2ff2eee766 /contrib
parent408a9e7b103e427db673c531b2a6f92fe8a26964 (diff)
downloadaerc-61206c6ac6fdc3fc884626a5b1076354f8311c33.tar.gz
Make awk filters more portable
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/hldiff1
-rwxr-xr-xcontrib/plaintext1
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/hldiff b/contrib/hldiff
index 5d7c422..b672e21 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 b7feb44..71e33f7 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"