@hackage shana2009.12.1

treat haskell functions as unix pipes

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"