mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
stat: add main.rs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extern crate uu_stat;
|
||||
|
||||
fn main() {
|
||||
std::process::exit(uu_stat::uumain(std::env::args().collect()));
|
||||
}
|
||||
Reference in New Issue
Block a user