From 24d1d45ee901e74b3388e7053543eb16aea09ada Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Jan 2007 18:04:20 -0500 Subject: Add "echo". Has -n and -e (but not \0123 yet). --- 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 f20b4f88..4e45924e 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -72,6 +72,7 @@ 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_ECHO(NEWTOY(echo, "en", TOYFLAG_BIN)) USE_TOYSH(NEWTOY(exit, NULL, TOYFLAG_NOFORK)) USE_HELLO(NEWTOY(hello, NULL, TOYFLAG_USR)) USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN)) -- cgit v1.2.3