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 c137ea9 commit 5615b7fCopy full SHA for 5615b7f
kscript
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+KSCRIPT_VERSION=1.0
4
+
5
### auto-install expandcp.kts into same dir as kscript for automatic dependency resolution if not yet in PATH
6
if ! which expandcp.kts &> /dev/null; then
7
installDir=$(dirname $(which kscript))
0 commit comments