Implement echo

This commit is contained in:
Derek Chiang
2013-12-01 04:17:27 -05:00
parent 3dfafbcc00
commit 6c46f775f7
2 changed files with 230 additions and 1 deletions
+1 -1
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