1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

relpath implementation

This commit is contained in:
Vsevolod Velichko 2014-06-29 23:59:25 +04:00
parent c7e93c009e
commit c6f75a1419
5 changed files with 107 additions and 1 deletions

View file

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