Switch programming language from Kotlin to Java #15
2 changed files with 0 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# shellcheck disable=SC2046
|
|
||||||
# Word splitting in find results is intentional!
|
|
||||||
kotlinc $(find src/main -type f -iname '*.kt') -jvm-target 17 -include-runtime -d waituntil.jar
|
|
3
run.sh
3
run.sh
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
java -jar waituntil.jar $*
|
|
Loading…
Reference in a new issue