mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
35fec95d60
Signed-off-by: Smigle00 <smigle00@gmail.com>
5 lines
106 B
Rust
5 lines
106 B
Rust
extern crate uu_arch;
|
|
|
|
fn main() {
|
|
std::process::exit(uu_arch::uumain(std::env::args().collect()));
|
|
}
|