Add in xargs

This commit is contained in:
Eric Andersen
2000-09-22 20:01:23 +00:00
parent 90f580ad5b
commit 92a61c1206
9 changed files with 1875 additions and 5 deletions

View File

@@ -349,6 +349,9 @@ const struct BB_applet applets[] = {
#ifdef BB_WHOAMI
{"whoami", whoami_main, _BB_DIR_USR_BIN, whoami_usage},
#endif
#ifdef BB_XARGS
{"xargs", xargs_main, _BB_DIR_USR_BIN, xargs_usage},
#endif
#ifdef BB_YES
{"yes", yes_main, _BB_DIR_USR_BIN, yes_usage},
#endif