Skip to content

Commit b780935

Browse files
committed
improved kshell launcher to also launch scripts with invalid code
1 parent fa78375 commit b780935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/kshell_launcher/kshell_kts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo '' >> $tmpfile
2626
argScript=$1
2727
#argScript=krangl_example.kts
2828

29-
cat $argScript >> $tmpfile
29+
cat $argScript | grep '@file' >> $tmpfile
3030

3131
#cat $tmpfile
3232

0 commit comments

Comments
 (0)