pipeShell

Undocumented in source. Be warned that the author may not have intended to support it.
@safe
pipeShell
(
scope const(char)[] command
,
std.process.Redirect redirect = std.process.Redirect.all
,
const string[string] env = null
,
std.process.Config config = std.process.Config.none
,
scope const(char)[] workDir = null
,
string shellPath = std.process.nativeShell
)

Meta