sh_run

Function sh_run 

Source
pub(crate) fn sh_run(
    script: String,
    capture: bool,
    current_dir: Option<&Path>,
) -> Result<String>