Fork me on GitHub
#babashka
<
2020-07-25
>
David Pham05:07:49

Is it not the sh command you are looking for?

borkdude06:07:38

Yes, either clojure.java.shell/sh or ProcessBuilder. See http://book.babashka.org

Spencer Apple15:07:38

Thanks for the reply. I realize that I was looking for was just redirecting the input & output to/from the child process. The book has great notes on this, thanks!