Subversion Repositories HelenOS

Rev

Rev 3277 | Go to most recent revision | Details | Compare with Previous | 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