cargo_zng::res::built_in

Function sh_run

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