clojure.java.shell

(source)
Conveniently launch a sub-process providing its stdin and collecting its stdout

For more info about this library see:

https://clojuredocs.org/clojure.core
Public Variable Short Description
*sh-dir* (clj)
*sh-env* (clj)
sh (clj) Passes the given strings to Runtime.exec() to launch a sub-process.
with-sh-dir (clj) Sets the directory for use with sh, see sh for details.
with-sh-env (clj) Sets the environment for use with sh, see sh for details.