Function run_prg

Source
pub fn run_prg(
    prg: String,
    input_root: PathBuf,
    output_root: PathBuf,
) -> Result<()>