diff options
Diffstat (limited to '2020/05/puzzles.sh')
-rwxr-xr-x | 2020/05/puzzles.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2020/05/puzzles.sh b/2020/05/puzzles.sh new file mode 100755 index 0000000..2066d76 --- /dev/null +++ b/2020/05/puzzles.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +./seatids | awk -f puzzle-1.awk +./seatids | gawk -f puzzle-2.awk |