pub fn run<'a>( source: &'a str, args: &[&'a str]) -> Result<Result<String, String>>
Run script with arguments, returns (stdout, stderr)