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

Implement tac (closes #117)

This commit is contained in:
Arcterus 2014-02-27 10:59:51 -08:00
parent 8cf617d08f
commit c21dcc50dc
3 changed files with 87 additions and 0 deletions

View file

@ -23,6 +23,7 @@ PROGS := \
rmdir \
sleep \
seq \
tac \
tee \
true \
truncate \