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

Implement expand

This commit is contained in:
Virgile Andreani 2014-07-26 00:34:45 +02:00
parent 5b1eee0e98
commit 69cb8da6ed
4 changed files with 173 additions and 1 deletions

View file

@ -51,6 +51,10 @@ path = "echo/echo.rs"
name = "env"
path = "env/env.rs"
[[bin]]
name = "expand"
path = "expand/expand.rs"
[[bin]]
name = "factor"
path = "factor/factor.rs"