zifter-0.0.1.8: zifter

Safe HaskellNone
LanguageHaskell2010

Zifter.Recurse

Synopsis

Documentation

recursiveZift :: ZiftScript () Source #

Recursively call each zift.hs script in the directories below the directory of the currently executing zift.hs script.

Only the topmost zift.hs script in each directory is executed. This means that, to execute all zift.hs scripts recursively, each of those zift.hs scripts must also have a recursiveZift declaration.