pub fn execute_in_shell<P>(args: &[&str], path: P) -> Result<bool>where P: AsRef<Path>,
Executes a command in a new shell.