Skip to main content

process_shell

Function process_shell 

Source
pub fn process_shell(args: &[Expr]) -> Result<Expr, Error>
Expand description

The command specified by string is passed to the host environment to be executed by the command processor. The STDOUT and STDERR of the process are ‘streamed’ to the caller STDOUT, STDERR.