pub fn write_job_script( scripts_dir: &Path, container_workdir: &Path, job: &JobSpec, commands: &[String], verbose: bool, ) -> Result<PathBuf>