mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-24 07:27:12 -07:00
4 lines
126 B
Batchfile
4 lines
126 B
Batchfile
@echo off
|
|
set DIRNAME=%~dp0
|
|
if "%DIRNAME%" == "" set DIRNAME=.
|
|
java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*
|