1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-13 02:27:56 +00:00

Implement tty

This commit is contained in:
Alan Andrade 2014-01-10 02:23:12 -06:00
parent d321274556
commit f0be827d6b
2 changed files with 69 additions and 0 deletions

View file

@ -25,6 +25,7 @@ PROGS := \
wc \
whoami \
yes \
tty \
BUILD ?= $(PROGS)