fixed wrapper a bit

This commit is contained in:
Luxferre
2023-05-11 18:36:41 +03:00
parent 3a38b86e1e
commit 9a0d4b961e
+4 -1
View File
@@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
AWKENGINE="mawk -W posix" # Use the default awk in your OS:
AWKENGINE=awk
# or uncomment one of these:
#AWKENGINE="mawk -W posix"
#AWKENGINE="gawk -P" #AWKENGINE="gawk -P"
#AWKENGINE="busybox awk" #AWKENGINE="busybox awk"
ESC=$'\x1b' ESC=$'\x1b'