Kobalt update.

This commit is contained in:
Erik C. Thauvin 2017-05-04 11:40:38 -07:00
parent 20ebb51070
commit ac4eba1ccb
5 changed files with 12 additions and 8 deletions

4
kobaltw-test Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
JAR=$(ls -1 -t /k/GitHub/kobalt/kobaltBuild/libs/*.jar | egrep -v "(sources|javadoc)" | head -1)
export KOBALT_JAR=$JAR
java -jar $JAR $*