spawnShell

Equivalent to std.process.spawnProcess.

@safe
spawnShell
(
scope string command
,
const string[string] env = null
,,,)

Return Value

Type: Process

A reference to the running process.

See Also

pipeProcess, execute

Meta