2019-08-31 22:00:04 +02:00

4 lines
73 B
Batchfile

@echo off
capnpc-sharp < NUL
if %ERRORLEVEL% neq 9009 exit /b 1
exit /b 0