Skip to content

Commit 4cf1b0a

Browse files
committed
added link to slides
1 parent 733604d commit 4cf1b0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ In particular this wrapper around `kotlinc` adds
1616
Taken all these features together, `kscript` provides an easy-to-use, very flexible, and almost zero-overhead solution to write self-contained mini-applications with Kotlin.
1717

1818

19+
---
20+
### [`kscript` presentation from KotlinConf2017!](https://holgerbrandl.github.io/kscript_kotlinconf_2017/kscript_kotlinconf.html)
21+
---
22+
1923
Installation
2024
------------
2125

test/test_suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ assert "source ${KSCRIPT_HOME}/test/resources/cmd_subst_test.sh" "command substi
4646

4747
## make sure that it runs with local script files
4848
assert "source ${KSCRIPT_HOME}/test/resources/local_script_file.sh" "kscript rocks!"
49+
assert "echo foo" "bar" # known to fail
4950

5051
## make sure that it runs with local script files
5152
assert "kscript ${KSCRIPT_HOME}/test/resources/multi_line_deps.kts" "kscript is cool!"
52-
assert "echo foo" "bar" # known to fail
5353

5454
## scripts with dashes in the file name should work as well
5555
assert "kscript ${KSCRIPT_HOME}/test/resources/dash-test.kts" "dash alarm!"

0 commit comments

Comments
 (0)