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