Use #!/usr/bin/env -S awk -f for awk scripts

This commit is contained in:
Drew DeVault 2019-06-07 16:33:18 -04:00
parent da62f63aad
commit a6787fa5d1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/awk -f #!/usr/bin/env -S awk -f
BEGIN { BEGIN {
bright = "\x1B[1m" bright = "\x1B[1m"
red = "\x1B[31m" red = "\x1B[31m"

View File

@ -1,4 +1,4 @@
#!/bin/awk -f #!/usr/bin/env -S awk -f
BEGIN { BEGIN {
dim = "\x1B[2m" dim = "\x1B[2m"
cyan = "\x1B[36m" cyan = "\x1B[36m"