Safe Haskell | None |
---|---|
Language | Haskell2010 |
B9.ShellScript
- writeSh :: FilePath -> Script -> IO ()
- renderScript :: Script -> String
- emptyScript :: Script -> Bool
- data CmdVerbosity
- = Debug
- | Verbose
- | OnlyStdErr
- | Quiet
- data Cwd
- data User
- data Script
Documentation
writeSh :: FilePath -> Script -> IO () #
Convert script
to bash-shell-script written to file
and make file
executable.
renderScript :: Script -> String #
emptyScript :: Script -> Bool #
Check if a script has the same effect as NoOP