Tested with Kobalt 1.0.19

This commit is contained in:
Erik C. Thauvin 2017-03-21 15:12:00 -07:00
parent 6d7bcd91a5
commit b8a1d3e14f
4 changed files with 9 additions and 3 deletions

3
kobaltw-test Normal file
View file

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