@hackage simple-cmd0.1.0.0

Simple String-based process commands

Thin wrappers over the System.Process (readProcess, readProcessWithExitCode, and rawSystem). The idea is just to provide some simple common idioms for easy calling out to commands from programs. For proper shell-scripting please use turtle, shelly, command, etc.