extern crate uu_pinky; fn main() { std::process::exit(uu_pinky::uumain(std::env::args().collect())); }