Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef BUILTIN_ALIASES_H
#define BUILTIN_ALIASES_H

/* See modules/module_aliases.h for an explanation of this file */

char *builtin_aliases[] = {
    "chdir", "cd",
    NULL, NULL
};

#endif