Add a trivial ps command.

This commit is contained in:
Eric Andersen
1999-10-20 08:05:35 +00:00
parent ce8f3b9933
commit ef8b6c757d
8 changed files with 146 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ static const struct Applet applets[] = {
#ifdef BB_PRINTF //usr/bin
{"printf", printf_main},
#endif
#ifdef BB_PS //bin
{"ps", ps_main},
#endif
#ifdef BB_PWD //bin
{"pwd", pwd_main},
#endif