source: mainline/uspace/app/bdsh/cmds/modules/ls/ls.def@ 216d6fc

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 216d6fc was 216d6fc, checked in by Tim Post <echo@…>, 17 years ago

Merge with shell @ 3241 for bdsh

  • Property mode set to 100644
File size: 109 bytes
Line 
1{
2 "ls",
3 "The ls command",
4 &cmd_ls,
5 &help_cmd_ls,
6 0
7},
8
9{
10 "dir",
11 NULL,
12 &cmd_ls,
13 &help_cmd_ls,
14 0
15},
16
Note: See TracBrowser for help on using the repository browser.