@@ -0,0 +1,4 @@
+git pull origin main
+go build ./cmd/master/master.go
+lsof -i:8080 | awk '{print "kill -9 " $2}' | sudo sh -x
+nohup ./master &