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