From e790130c2141257c7d230c09934fac119d750f44 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 18 Jan 2007 22:01:04 -0500 Subject: Add count command. --- toys/toylist.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'toys/toylist.h') diff --git a/toys/toylist.h b/toys/toylist.h index 2f95232f..f20b4f88 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -68,11 +68,12 @@ NEWTOY(toybox, NULL, 0) // The rest of these are alphabetical, for binary search. USE_BZCAT(NEWTOY(bzcat, "", TOYFLAG_USR|TOYFLAG_BIN)) -USE_CATV(NEWTOY(catv, "vte", TOYFLAG_NOFORK|TOYFLAG_USR|TOYFLAG_BIN)) +USE_CATV(NEWTOY(catv, "vte", TOYFLAG_USR|TOYFLAG_BIN)) +USE_COUNT(NEWTOY(count, "", TOYFLAG_USR|TOYFLAG_BIN)) 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_HELLO(NEWTOY(hello, NULL, TOYFLAG_USR)) USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN)) USE_ONEIT(NEWTOY(oneit, "+p<1", TOYFLAG_SBIN)) USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN)) -- cgit v1.2.3