sunterlib/build/dirs.scm

21 lines
619 B
Scheme
Raw Normal View History

;;; This file is part of the Scheme Untergrund Library. For copyright
;;; information, see the file COPYING which comes with the
;;; distribution.
(define s48-dirs
(run/strings (find s48
-maxdepth 1
-mindepth 1
-type d
! -name CVS
! -name rt-modules
! -name sequences)))
(define scsh-dirs
(run/strings (find scsh
-maxdepth 1
-mindepth 1
-type d
2004-04-13 12:38:01 -04:00
! -name CVS
! -name scsh-packages)))