diff toys/toylist.h @ 35:f2c7f0799ebe

Add cat -v.
author Rob Landley <rob@landley.net>
date Sat, 25 Nov 2006 16:06:55 -0500
parents c1f4f9101af7
children 41d55b5d49fd
line wrap: on
line diff
--- a/toys/toylist.h	Sat Nov 25 13:48:02 2006 -0500
+++ b/toys/toylist.h	Sat Nov 25 16:06:55 2006 -0500
@@ -53,6 +53,7 @@
 
 // The rest of these are alphabetical, for binary search.
 
+USE_CATV(NEWTOY(catv, "vte", TOYFLAG_NOFORK|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))