From 491f44269795f371f7cb0e1a6ceaa32646165397 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 19 Oct 2024 01:06:58 -0400 Subject: [PATCH] Created build script --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..fc1bdf6 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +go build -o bin/zona ./cmd/zona +ln -sf bin/zona ./zona