mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
realpath implementation
This commit is contained in:
parent
b8e200489e
commit
c7e93c009e
6 changed files with 155 additions and 1 deletions
|
@ -131,6 +131,10 @@ path = "printenv/printenv.rs"
|
|||
name = "pwd"
|
||||
path = "pwd/pwd.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "realpath"
|
||||
path = "realpath/realpath.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "rm"
|
||||
path = "rm/rm.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue