We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd005ff commit 6a57ae8Copy full SHA for 6a57ae8
kscript
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-KSCRIPT_VERSION=1.3
+KSCRIPT_VERSION=1.4
4
5
## make sure that all requirements (java, kotlinc, maven) to run kscript are met
6
assertInPath(){ if [ -z "$(which $1)" ]; then echo "[ERROR] Could not locate '$1'" 1>&2; exit 1; fi }
0 commit comments