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

realpath implementation

This commit is contained in:
Vsevolod Velichko 2014-06-29 23:57:54 +04:00
parent b8e200489e
commit c7e93c009e
6 changed files with 155 additions and 1 deletions

View file

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