mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
stat: add main.rs
This commit is contained in:
parent
0926cd43ac
commit
676f00fea3
1 changed files with 5 additions and 0 deletions
5
src/stat/main.rs
Normal file
5
src/stat/main.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
extern crate uu_stat;
|
||||
|
||||
fn main() {
|
||||
std::process::exit(uu_stat::uumain(std::env::args().collect()));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue