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