diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..2ea97e4 --- /dev/null +++ b/compile.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..62dc8d1 --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +kotlin de.jotoho.waituntil.StartKt $*