mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 18:21:01 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
extern crate uu_chgrp;
|
|
|
|
fn main() {
|
|
std::process::exit(uu_chgrp::uumain(std::env::args().collect()));
|
|
}
|