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 6 additions and 0 deletions
Showing only changes of commit e3829c5425 - Show all commits

3
compile.sh Executable file
View file

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

3
run.sh Executable file
View file

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