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

Validate current directory.

This commit is contained in:
Erik C. Thauvin 2016-07-15 11:09:17 -07:00
parent a413823198
commit a8d07023c9

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" %*