From 801aa5532f36514b1a73de034591c1e7ae324a05 Mon Sep 17 00:00:00 2001 From: Charlie Shepherd Date: Fri, 23 Nov 2007 20:49:27 +0000 Subject: Add tty applet --- toys/toylist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/toylist.h') 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)) -- cgit v1.2.3