Updated t0 kobalt 0.867

This commit is contained in:
Erik C. Thauvin 2016-07-21 23:28:53 -07:00
parent fee2a46527
commit eed5f8798a
9 changed files with 30 additions and 13 deletions

View file

@ -1 +1 @@
kobalt.version=0.852
kobalt.version=0.867

View file

@ -1 +1,2 @@
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
#!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

4
example/kobaltw.bat Normal file
View file

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