pub fn run_cmd_in_dir(dir_name: &str, cmd: &str) -> Result<CmdOutput, StepError>
Run a shell command via sh -c in a specific directory.
sh -c