From 8d4df5f6833ca25cf87c6fb99fa2756666732788 Mon Sep 17 00:00:00 2001 From: Harry Bayliss Date: Thu, 14 May 2026 16:03:49 +0100 Subject: [PATCH] build helper --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..eebdde6 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/usr/bin/bash +go build -o ./bin/patterm ./cmd/patterm