Shana ===== treat haskell functions as unix pipes -- example import Prelude hiding ((>), (-), (.)) import System.Shana import System.Shana.Utils import System.Shana.DSL.Shell main = shana - ls "." > grep "src"