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