source: mainline/uspace/app/bdsh/cmds/modules/README@ eb9618c

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

Merge with shell @ 3241 for bdsh

  • Property mode set to 100644
File size: 344 bytes
Line 
1Modules are commands or full programs (anything can be made into a module that can return
2int type) should go here. Note, modules do not update the structures containing user info
3such as the working directory, euid, etc.
4
5Stuff that needs to write to the user structures contained in scli.h should be made as
6built-in commands, not modules.
7
8
Note: See TracBrowser for help on using the repository browser.