1 2 3 4 5 6
use std::process::Command; fn main() { Command::new("sh").arg("prebuild.sh").status().unwrap(); }