Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3277 post 1
{
2
    "ls",
3
    "The ls command",
4
    &cmd_ls,
5
    &help_cmd_ls,
6
 
7
},
8
 
9
{
10
    "dir",
11
    NULL,
12
    &cmd_ls,
13
    &help_cmd_ls,
14
 
15
},
16