aboutsummaryrefslogtreecommitdiff
path: root/2024/05
diff options
context:
space:
mode:
Diffstat (limited to '2024/05')
-rwxr-xr-x2024/05/puzzle-1.awk2
-rwxr-xr-x2024/05/puzzle-2.awk2
2 files changed, 2 insertions, 2 deletions
diff --git a/2024/05/puzzle-1.awk b/2024/05/puzzle-1.awk
index bd9ed68..59616c9 100755
--- a/2024/05/puzzle-1.awk
+++ b/2024/05/puzzle-1.awk
@@ -1,4 +1,4 @@
-#!/usr/bin/awk -f
+#!/usr/bin/gawk -f
BEGIN { FS = "[|,]" }
diff --git a/2024/05/puzzle-2.awk b/2024/05/puzzle-2.awk
index a76c96a..6e60b66 100755
--- a/2024/05/puzzle-2.awk
+++ b/2024/05/puzzle-2.awk
@@ -1,4 +1,4 @@
-#!/usr/bin/awk -f
+#!/usr/bin/gawk -f
function sort_page_numbers(i1, v1, i2, v2)
{