Add basic compilation and execution POSIX scripts

This commit is contained in:
Jonas Tobias Hopusch 2021-09-05 20:26:37 +02:00
parent 2a7a0dfcb8
commit e3829c5425
Failed to generate hash of commit
2 changed files with 6 additions and 0 deletions

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 $*