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

Merge pull request #281 from ethauvin/master

Validate current directory.
This commit is contained in:
Cedric Beust 2016-07-15 11:25:51 -07:00 committed by GitHub
commit 6454ff28e2

View file

@ -1,2 +1,4 @@
@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" %*