#!/bin/bash GOARCH=amd64 GOOS=linux go build -o ./builds/stock ./cmd/main/main.go nohup ./stock > /data/app/logs/stock.log 2>&1 &