5 lines
61 B
Batchfile
5 lines
61 B
Batchfile
@ECHO OFF
|
|
|
|
PUSHD %~dp0..
|
|
CALL .\scripts\build.cmd %*
|
|
POPD |