1 2 3 4 5 6
fn main() { std::process::Command::new("sh") .arg("cargo run -- install") .status() .expect("Failed to install hooks"); }