2021-09-05 20:26:37 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2021-09-19 20:27:26 +02:00
|
|
|
# shellcheck disable=SC2046
|
|
|
|
# Word splitting in find results is intentional!
|
2021-12-01 12:30:21 +01:00
|
|
|
kotlinc $(find src/main -type f -iname '*.kt') -jvm-target 17 -include-runtime -d waituntil.jar
|