Skip to content

Commit

Permalink
globs: adding rglob
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jul 10, 2024
1 parent 26de528 commit 3ef6e26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basis/globs/globs.factor
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@ PRIVATE>
glob-path [
[ 1array f swap ] when-empty glob%
] { } make ;

: rglob ( glob -- files )
"**/" prepend glob ;

0 comments on commit 3ef6e26

Please sign in to comment.