git pull origin master
go build ./cmd/master.go
ps aux | grep master | awk '{print "kill -9 " $2}' | sh -x
nohup ./master &