gosora/run.bat

8 lines
90 B
Batchfile
Raw Normal View History

@echo off
go build
if %errorlevel% neq 0 (
pause
exit /b %errorlevel%
)
gosora.exe
pause