Skip to content

Commit 131e094

Browse files
committed
Remove curl dependency (fixes #29); Use release_url to run expandcp.kts from url-cache to avoid curling another file into ~/bin (fixes #26); prepare for sdkman release
1 parent 1f1a8e7 commit 131e094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/kotlin/kscript/examples/AwkComparison.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ object AwkExample : OneLinerContext(args) {
9595
arg.filter { true }.print()
9696

9797
lines.split().select(with(0).and(1)).print()
98+
lines.map { it.replace("NA\"; exonic_part_number \"", "NA\"; exonic_part_number \"i") }.print()
9899
}
99100
}
100101
//file:///Users/brandl/Desktop/awk_cheatsheets.pdf

0 commit comments

Comments
 (0)