source: mainline/uspace/app/bdsh/cmds/builtins/README@ b510d52

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

Merge with shell @ 3241 for bdsh

  • Property mode set to 100644
File size: 584 bytes
RevLine 
[216d6fc]1Commands that need to modify the running user structure defined in scli.h
2should reside here. They (will) have a slightly different prototype that
3allows passing the user structure to them for ease of modifications.
4
5Examples of what should be a built-in and not a module would be:
6
7cd (the cwd needs to be updated)
8prompt (the prompt needs to be updated)
9enable (the euid needs to be updated)
10
11.... etc.
12
13Anything that does _not_ need to write to this structure should be included
14as a module, not a built in.
15
16For now, a skeleton directory of stuff that will exist lives here.
Note: See TracBrowser for help on using the repository browser.