source: mainline/uspace/app/bdsh/cmds/modules/quit/quit_def.h@ 211b0c13

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

Rename non-standard extensions (cmd.def → cmd_def.h)

  • Property mode set to 100644
File size: 122 bytes
Line 
1{
2 "quit",
3 "Exit the console",
4 &cmd_quit,
5 &help_cmd_quit,
6 -1
7},
8{
9 "exit",
10 NULL,
11 &cmd_quit,
12 &help_cmd_quit,
13 -1
14},
Note: See TracBrowser for help on using the repository browser.