1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
kobalt/dist/kobaltw.bat
Cedric Beust 6ec5aa8994 Changed fix for Gygwin/MinGW to handle Windows specifically.
Switched kotbaltw to bourne shell.
kobaltw.bat now created by default.
2016-07-20 03:00:33 -07:00

4 lines
121 B
Batchfile

@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%~dp0/../kobalt/wrapper/kobalt-wrapper.jar" %*