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

Implement echo

This commit is contained in:
Derek Chiang 2013-12-01 04:15:07 -05:00
parent 3dfafbcc00
commit 6c46f775f7
2 changed files with 230 additions and 1 deletions

View file

@ -7,7 +7,7 @@ RUSTCFLAGS := --opt-level=3
RMFLAGS :=
# Output names
EXES := false printenv true yes cat whoami env wc
EXES := false printenv true yes cat whoami env wc echo
TESTS := cat
# Utils stuff