blackjack::script

Function execute_script

Source
pub async fn execute_script(
    command_line: &str,
    wd: PathBuf,
    namespace: &str,
) -> Result<(ExitStatus, String, String)>