Skip to main content

run_script

Function run_script 

Source
pub fn run_script(
    source_path: &Path,
    args: &[OsString],
) -> Result<Infallible, String>
Expand description

Run a .seq script on non-Unix platforms (spawn + wait instead of exec)