source:
mainline/uspace/app/bdsh/cmds/builtins/cd/cd.def@
216d6fc
| Last change on this file since 216d6fc was 216d6fc, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 133 bytes | |
| Line | |
|---|---|
| 1 | { |
| 2 | "cd", |
| 3 | "Change the current working directory", |
| 4 | &cmd_cd, |
| 5 | &help_cmd_cd, |
| 6 | -1 |
| 7 | }, |
| 8 | { |
| 9 | "chdir", |
| 10 | NULL, |
| 11 | &cmd_cd, |
| 12 | &help_cmd_cd, |
| 13 | -1 |
| 14 | }, |
Note:
See TracBrowser
for help on using the repository browser.
