2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-24 07:47:11 -07:00
bld/bld.bat

4 lines
No EOL
138 B
Batchfile

@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%DIRNAME%/lib/bld/bld-wrapper.jar" "%0" --build rife.BldBuild %*