diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-05 09:40:05 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-05 09:40:05 +0100 |
commit | 1e9979b8dd0cb4c7535f500e5d35a4f11c6bf859 (patch) | |
tree | 834a74cf1796b4fa14e59651765191a1e7b34b45 /2024/05/puzzle-1.awk | |
parent | 4f8745c22e16c7923047f02c405f4a6bf0be1a5d (diff) |
Update shebang
Diffstat (limited to '2024/05/puzzle-1.awk')
-rwxr-xr-x | 2024/05/puzzle-1.awk | 2 |
1 files changed, 1 insertions, 1 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 = "[|,]" } |