Basic Implementation of Time Parsing and waiting logic #3
2 changed files with 6 additions and 0 deletions
3
compile.sh
Executable file
3
compile.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt
|
3
run.sh
Executable file
3
run.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
kotlin de.jotoho.waituntil.StartKt $*
|
Loading…
Reference in a new issue