Delete obsolete compile and run scripts

This commit is contained in:
Jonas Tobias Hopusch 2021-12-01 14:48:27 +01:00
parent 7357b25104
commit 88b0acf698
Failed to generate hash of commit
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
# shellcheck disable=SC2046
# Word splitting in find results is intentional!
kotlinc $(find src/main -type f -iname '*.kt') -jvm-target 17 -include-runtime -d waituntil.jar

3
run.sh
View File

@ -1,3 +0,0 @@
#!/bin/sh
java -jar waituntil.jar $*