Skip to content
macros.lisp 206 B
Newer Older
#+xcvb (module (:depends-on ("pkgdcl")))

(in-package :inferior-shell)

;;--- TODO: move these to FARE-UTILS ?

(defmacro with-directory ((dir) &body body)
  `(call-with-directory ,dir (lambda () ,@body)))