mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Implement most of chmod
This commit is contained in:
parent
1f37abcc9c
commit
7abc6c007a
3 changed files with 301 additions and 0 deletions
|
@ -15,6 +15,10 @@ path = "basename/basename.rs"
|
|||
name = "cat"
|
||||
path = "cat/cat.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "chmod"
|
||||
path = "chmod/chmod.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "chroot"
|
||||
path = "chroot/chroot.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue