aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-20 23:41:49 -0500
committerRob Landley <rob@landley.net>2007-01-20 23:41:49 -0500
commitb882f1e237a68c3d1074cbf63bda0207afb989b9 (patch)
tree92333d17d627b4d2d1a83f7fa2d8a410ce823ba7 /toys/toylist.h
parenta4f79880620862949fabea684fe010f6e3cedb19 (diff)
downloadtoybox-b882f1e237a68c3d1074cbf63bda0207afb989b9.tar.gz
Add "yes" command.
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 4e45924e..270f4341 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -81,3 +81,4 @@ USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN))
USE_TOYSH(OLDTOY(sh, toysh, "c:i", TOYFLAG_BIN))
USE_TOYSH(NEWTOY(toysh, "c:i", TOYFLAG_BIN))
USE_WHICH(NEWTOY(which, "a", TOYFLAG_USR|TOYFLAG_BIN))
+USE_YES(NEWTOY(yes, "", TOYFLAG_USR|TOYFLAG_BIN))