pub fn execute_binary(
    command: String,
    path_binary: PathBuf,
    args: Vec<String>,
    cwd: PathBuf
) -> Result<()>
Expand description

Execute binary