| Safe Haskell | None |
|---|
Propellor.SimpleSh
Description
Simple server, using a named pipe. Client connects, sends a command, and gets back all the output from the command, in a stream.
This is useful for eg, docker.
Documentation
Constructors
| StdoutLine String | |
| StderrLine String | |
| Done ExitCode |