Function hisho_core::shell::exec

source ·
pub fn exec(
    process: &Process,
    env: Option<&HashMap<String, String>>
) -> Result<ExitStatus>
Expand description

Execute a process with the given environment and return the exit status