starke
06/24/2022, 7:56 PMmain.kts
script?
E.g. If I have script1.main.kts
and want to execute script2.main.kts
from inside that script. Hopefully in a way that I can pass arguments too.
:thank-you:java.lang.ProcessBuilder
to execute the commands. It’s pretty tedious to do it that way, but luckily the community has created this really great library to make it easier: kotlin-process