aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-25 13:48:02 -0500
committerRob Landley <rob@landley.net>2006-11-25 13:48:02 -0500
commitb23d230ad55e028a4516e0cd60b7ecdc25504e4b (patch)
tree4d18c658bc429a40263e20cf6634c51824d88bcb /toys/toylist.h
parent1674e2ace4dcce67c3920dcdbf2f441903194b68 (diff)
downloadtoybox-b23d230ad55e028a4516e0cd60b7ecdc25504e4b.tar.gz
Add oneit.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index a61aff93..ef427491 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -57,6 +57,7 @@ USE_TOYSH(NEWTOY(cd, NULL, TOYFLAG_NOFORK))
USE_DF(NEWTOY(df, "Pkt*a", TOYFLAG_USR|TOYFLAG_SBIN))
USE_TOYSH(NEWTOY(exit, NULL, TOYFLAG_NOFORK))
USE_HELLO(NEWTOY(hello, NULL, TOYFLAG_NOFORK|TOYFLAG_USR))
+USE_ONEIT(NEWTOY(oneit, "+p<1", TOYFLAG_SBIN))
USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN))
USE_TOYSH(OLDTOY(sh, toysh, "c:i", TOYFLAG_BIN))
USE_TOYSH(NEWTOY(toysh, "c:i", TOYFLAG_BIN))