(defmacro with-sh-env [env & forms] "Sets the environment for use with sh, see sh for details." `(binding [*sh-env* ~env] ~@forms))
Comments top
No comments for with-sh-env. Log in to add a comment.