5 lines
59 B
Batchfile
5 lines
59 B
Batchfile
@echo off
|
|
|
|
CALL %~dp0..\build.cmd %*
|
|
|
|
exit /b %errorlevel%
|