set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
@echo off
call shell/build.bat
if %errorcode% neq 0 (
pause
)