delightful-oil-70657
01/21/2022, 3:55 PMenv GOOS=linux GOARCH=mips go build -trimpath -ldflags="-s -w" -o build/netclient-mips/netclient main.go && upx build/netclient-mips/netclient && chmod +x build/netclient-mips/netclient
But then when I move the binary over to the usg
and execute it, then I get no feedback and have to send an interrupt signal to cancel its execution.