Use #!/usr/bin/env -S awk -f for awk scripts
This commit is contained in:
parent
da62f63aad
commit
a6787fa5d1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/awk -f
|
||||
#!/usr/bin/env -S awk -f
|
||||
BEGIN {
|
||||
bright = "\x1B[1m"
|
||||
red = "\x1B[31m"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/awk -f
|
||||
#!/usr/bin/env -S awk -f
|
||||
BEGIN {
|
||||
dim = "\x1B[2m"
|
||||
cyan = "\x1B[36m"
|
||||
|
|
Loading…
Reference in a new issue