diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-13 20:17:39 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-13 20:17:39 -0400 |
commit | 61206c6ac6fdc3fc884626a5b1076354f8311c33 (patch) | |
tree | 73fafefde2d9e5a35cd5953aad31ea2ff2eee766 /contrib/plaintext | |
parent | 408a9e7b103e427db673c531b2a6f92fe8a26964 (diff) | |
download | aerc-61206c6ac6fdc3fc884626a5b1076354f8311c33.tar.gz |
Make awk filters more portable
Diffstat (limited to 'contrib/plaintext')
-rwxr-xr-x | contrib/plaintext | 1 |
1 files changed, 0 insertions, 1 deletions
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" |