Skip to main content

exec

Function exec 

Source
pub fn exec(command: &str, args: &[&str])
Expand description

exec runs the given command.

On error, terminates the current process nonzero.