1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Merge branch 'master' of github.com:cbeust/kobalt

This commit is contained in:
Cedric Beust 2016-07-16 19:31:22 -07:00
commit a3c5489040

View file

@ -1,2 +1,4 @@
@echo off @echo off
java -jar "%~dp0/kobalt/wrapper/kobalt-wrapper.jar" %* set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*