From 7c326fa22bc2b6e61fcc83e3b0ea7ff3fd95a791 Mon Sep 17 00:00:00 2001 From: Topvennie Date: Wed, 14 Aug 2024 23:06:28 +0200 Subject: [PATCH] chore: build upon restart --- restart.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/restart.sh b/restart.sh index 6eeb715..220410f 100755 --- a/restart.sh +++ b/restart.sh @@ -1,3 +1,10 @@ #!/bin/bash -pkill scc \ No newline at end of file +git fetch +git pull + +go mod tidy +echo "Building..." +go build . + +pkill scc