Skip to main content

shell_command

Function shell_command 

Source
pub fn shell_command(
    command: impl Display,
    current_dir: impl Into<Path>,
) -> Result<i32>