Kobalt update.
This commit is contained in:
parent
20ebb51070
commit
ac4eba1ccb
5 changed files with 12 additions and 8 deletions
4
kobaltw-test
Normal file
4
kobaltw-test
Normal 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 $*
|
Loading…
Add table
Add a link
Reference in a new issue