use std::process; fn main() { if let Err(e) = shitbox::run() { eprintln!("{e}"); process::exit(1); } }