1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-24 18:57:11 -07:00

Kobalt update.

This commit is contained in:
Erik C. Thauvin 2016-08-04 17:51:08 -07:00
parent 9c2f49d90b
commit 15a5402b73
4 changed files with 7 additions and 2 deletions

Binary file not shown.

View file

@ -1 +1 @@
kobalt.version=0.755 kobalt.version=0.889

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