1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 18:21:01 +00:00
uutils-coreutils/src/chgrp/main.rs
2016-08-21 17:04:02 +08:00

5 lines
108 B
Rust

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