Subversion Repositories HelenOS

Rev

Rev 3346 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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