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

Implement tee

This commit is contained in:
pabzdzdzwiagief 2013-12-23 18:12:26 +01:00
parent 400d8c01be
commit f1e8a30872
3 changed files with 109 additions and 1 deletions

View file

@ -16,6 +16,7 @@ EXES := \
printenv \
pwd \
rmdir \
tee \
true \
wc \
whoami \