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