Function spawn

Source
pub fn spawn<S: Into<String>>(cmd: S) -> Result<()>
Expand description

Run an external command

This redirects the process stdout and stderr to /dev/null.