Passes the given strings to Runtime.exec() to launch a sub-process.
(defmacro with-sh-env "Sets the environment for use with sh, see sh for details." {:added "1.2"} [env & forms] `(binding [*sh-env* ~env] ~@forms))
Comments top
No comments for with-sh-env. Log in to add a comment.