Rev 3346 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 3366 | post | 1 | Modules are commands or full programs (anything can be made into a module |
| 2 | that can return int type) should go here. Note, modules do not (can not) |
||
| 3 | update or read cliuser_t. |
||
| 3265 | post | 4 | |
| 3366 | post | 5 | Stuff that needs to write to the user structures contained in scli.h should |
| 6 | be made as built-in commands, not modules, but there are very few times when |
||
| 7 | you would want to do that. |
||
| 3265 | post | 8 | |
| 3366 | post | 9 | See the README file in the bdsh root directory for a quick overview of how to |
| 10 | write a new command, or convert an existig stand-alone program into a module |
||
| 11 | for BDSH. |
||
| 3265 | post | 12 | |
| 3366 | post | 13 | |
| 14 | |||
| 15 |