packages feed

hesh-1.0.0: lib/Hesh.hs

module Hesh ( sh, cmd, (|>), (/>), (!>), (&>), (</), (.=)
            , passThrough
            ) where

import Hesh.Process
import Hesh.Shell