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 2ca51dc commit fd64befCopy full SHA for fd64bef
README.md
@@ -128,6 +128,7 @@ println("Hello Kotlin.")
128
129
130
* Using `heredoc` (preferred solution for inlining) which gives you some more flexibility to also use single quotes in your script:
131
+
132
```{bash}
133
kscript - <<"EOF"
134
println("It's a beautiful day!")
src/main/kotlin/kscript/app/Kscript.kt
@@ -20,7 +20,7 @@ import kotlin.system.exitProcess
20
* @author Holger Brandl
21
*/
22
23
-const val KSCRIPT_VERSION = "2.4.3"
+const val KSCRIPT_VERSION = "2.4.4"
24
25
val selfName = System.getenv("CUSTOM_KSCRIPT_NAME") ?: "kscript"
26
0 commit comments