From 882713359dc615cebc1c158e99f4fefaa87cea29 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 1 Oct 2025 14:02:37 +0200 Subject: [PATCH] Add deploy script Some other scripts expect it so here --- deploy.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..27602e7 --- /dev/null +++ b/deploy.sh @@ -0,0 +1 @@ +go install . \ No newline at end of file