| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Executor
Documentation
exec :: String -> IO String Source #
Execute a single shell command returning its output for example:
>>>execSync "echo hi""hi\n"
executor-0.0.4: Shell helpers
| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Executor
exec :: String -> IO String Source #
Execute a single shell command returning its output for example:
>>>execSync "echo hi""hi\n"