added hooks for sort

This commit is contained in:
John Beppu
1999-12-22 17:57:31 +00:00
parent 38efa7902e
commit 019513a59f
6 changed files with 52 additions and 4 deletions

View File

@@ -184,6 +184,9 @@ static const struct Applet applets[] = {
#ifdef BB_SLEEP //bin
{"sleep", sleep_main},
#endif
#ifdef BB_SORT //bin
{"sort", sort_main},
#endif
#ifdef BB_SYNC //bin
{"sync", sync_main},
#endif