Delete obsolete compile and run scripts
This commit is contained in:
parent
7357b25104
commit
88b0acf698
2 changed files with 0 additions and 8 deletions
|
@ -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
3
run.sh
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
java -jar waituntil.jar $*
|
Loading…
Reference in a new issue