sh
function
babashka.process/sh
(sh [opts? & args])Convenience function similar to `clojure.java.shell/sh` that sets
`:out` and `:err` to `:string` by default and blocks. Similar to
`cjs/sh` it does not check the exit code (this can be done with
`check`).
Examples
No examples yet. Be the first to add one!