Skip to content

Commit c365a27

Browse files
authoredApr 7, 2021
Merge pull request #69 from shoresea/main
Add support for ki.sh script execution via symbolic-links
2 parents f1d7cf3 + efcf250 commit c365a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/ki.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
3+
SCRIPT_DIR="$( dirname $(realpath "$0") )"
44
KI_SHELL=$SCRIPT_DIR/../lib/ki-shell.jar
55

66
java -jar ${KI_SHELL} $@

0 commit comments

Comments
 (0)
Please sign in to comment.