How to run shell tools from kotlin scrip

Viewed 177

I am trying to rewrite several sh-scripts into kotlin scripts. How can I run shell commands or execute binaries accessible in the PATH variable from a kotlin script?

1 Answers
Related