Skip to content

Commit 5615b7f

Browse files
committed
added version tag
1 parent c137ea9 commit 5615b7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kscript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
KSCRIPT_VERSION=1.0
4+
35
### auto-install expandcp.kts into same dir as kscript for automatic dependency resolution if not yet in PATH
46
if ! which expandcp.kts &> /dev/null; then
57
installDir=$(dirname $(which kscript))

0 commit comments

Comments
 (0)