Add basic compilation and execution POSIX scripts
This commit is contained in:
parent
2a7a0dfcb8
commit
e3829c5425
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