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:
commit
a3c5489040
1 changed files with 3 additions and 1 deletions
|
@ -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" %*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue