Subversion Repositories HelenOS

Rev

Rev 3403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3403 Rev 4341
Line 10... Line 10...
10
 * handle a module differently even prior to reaching its entry code.
10
 * handle a module differently even prior to reaching its entry code.
11
 * For instance, 'exit' could behave differently than 'quit', prior to
11
 * For instance, 'exit' could behave differently than 'quit', prior to
12
 * the entry point being reached. */
12
 * the entry point being reached. */
13
 
13
 
14
char *mod_aliases[] = {
14
char *mod_aliases[] = {
15
    "exit", "quit",
-
 
16
    "md", "mkdir",
-
 
17
    "del", "rm",
-
 
18
    "dir", "ls",
-
 
19
    NULL, NULL
15
    NULL, NULL
20
};
16
};
21
 
17
 
22
#endif
18
#endif