diff options
author | Rob Landley <rob@landley.net> | 2006-11-25 16:06:55 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-11-25 16:06:55 -0500 |
commit | 1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb (patch) | |
tree | fe416d95c8f7cecadcd4ff89dce24856c58c546c /toys/toylist.h | |
parent | b23d230ad55e028a4516e0cd60b7ecdc25504e4b (diff) | |
download | toybox-1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb.tar.gz |
Add cat -v.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index ef427491..6c5059f1 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -53,6 +53,7 @@ NEWTOY(toybox, NULL, 0) // 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)) |