pub fn run_script(
source_path: &Path,
args: &[OsString],
) -> Result<Infallible, String>Expand description
Run a .seq script (compile if needed, then exec)
This function does not return on success - it execs the compiled binary. On error, it returns an Err with the error message.