diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-23 20:49:27 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-11-23 20:49:27 +0000 |
commit | 801aa5532f36514b1a73de034591c1e7ae324a05 (patch) | |
tree | 48de6b197a00e0548a0fd184864cd5e4efa2e66e /toys/toylist.h | |
parent | b938705155af45d3cc2cd6c8583e496795e79c0d (diff) | |
download | toybox-801aa5532f36514b1a73de034591c1e7ae324a05.tar.gz |
Add tty applet
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 87bffed7..d7f30dcb 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -129,5 +129,6 @@ USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN)) USE_TOUCH(NEWTOY(touch, "l#t:r:mca", TOYFLAG_BIN)) USE_TOYSH(NEWTOY(toysh, "c:i", TOYFLAG_BIN)) USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN)) +USE_TTY(NEWTOY(tty, "s", TOYFLAG_BIN)) USE_WHICH(NEWTOY(which, "a", TOYFLAG_USR|TOYFLAG_BIN)) USE_YES(NEWTOY(yes, "", TOYFLAG_USR|TOYFLAG_BIN)) |