Subversion Repositories HelenOS

Rev

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

Rev 3265 Rev 3277
Line 11... Line 11...
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",
15
    "exit", "quit",
-
 
16
    "md", "mkdir",
-
 
17
    "del", "rm",
-
 
18
    "dir", "ls",
16
    NULL, NULL
19
    NULL, NULL
17
};
20
};
18
 
21
 
19
#endif
22
#endif