pub fn run_script( source_path: &Path, args: &[OsString], ) -> Result<Infallible, String>
Run a .seq script on non-Unix platforms (spawn + wait instead of exec)