Subversion Repositories HelenOS

Rev

Rev 3265 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

{
    "cd",
    "Change the current working directory",
    &cmd_cd,
    &help_cmd_cd,
    -1
},
{
    "chdir",
    NULL,
    &cmd_cd,
    &help_cmd_cd,
    -1
},