sh_run_try

Function sh_run_try 

Source
fn sh_run_try(
    sh: &OsStr,
    script: &str,
    capture: bool,
    current_dir: Option<&Path>,
) -> Result<Option<String>>