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