handsy-0.0.6: A DSL to describe common shell operations and interpeters for running them locally and remotely.

Safe HaskellNone
LanguageHaskell2010

System.Handsy.Internal

Documentation

appendFile :: forall m. MonadFree HandsyF m => FilePath -> ByteString -> m () Source

writeFile :: forall m. MonadFree HandsyF m => FilePath -> ByteString -> m () Source