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