1
Fork 0
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:
Arcterus 2014-10-25 20:27:45 -07:00
parent 1f37abcc9c
commit 7abc6c007a
3 changed files with 301 additions and 0 deletions

View file

@ -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"