Basic Implementation of Time Parsing and waiting logic #3

Merged
jotoho merged 6 commits from basic-implementation into master 2021-09-05 21:20:13 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a8247c8ca2 - Show all commits

View file

@ -1,3 +1,3 @@
#!/bin/sh
kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt
kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt -include-runtime -d waituntil.jar

2
run.sh
View file

@ -1,3 +1,3 @@
#!/bin/sh
kotlin de.jotoho.waituntil.StartKt $*
java -jar waituntil.jar $*