Subversion Repositories HelenOS

Rev

Rev 3403 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3403 Rev 4341
Line 2... Line 2...
2
#define BUILTIN_ALIASES_H
2
#define BUILTIN_ALIASES_H
3
 
3
 
4
/* See modules/module_aliases.h for an explanation of this file */
4
/* See modules/module_aliases.h for an explanation of this file */
5
 
5
 
6
char *builtin_aliases[] = {
6
char *builtin_aliases[] = {
7
    "chdir", "cd",
-
 
8
    NULL, NULL
7
    NULL, NULL
9
};
8
};
10
 
9
 
11
#endif
10
#endif