Babashka - how to route stdout from external process call `clojure.java.shell/sh` to actual stdout

Viewed 265

With babashka, is there a way to route the stdout and stderr output of from an external process call via something like clojure.java.shell/sh directly to stdout?

1 Answers
Related