mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
Shell: Add support for the POSIX 'read' builtin
This commit is contained in:
parent
aecd91aedc
commit
ef551a045d
2 changed files with 93 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
__ENUMERATE_SHELL_BUILTIN(noop) \
|
||||
__ENUMERATE_SHELL_BUILTIN(break) \
|
||||
__ENUMERATE_SHELL_BUILTIN(continue) \
|
||||
__ENUMERATE_SHELL_BUILTIN(read) \
|
||||
__ENUMERATE_SHELL_BUILTIN(argsparser_parse)
|
||||
|
||||
#define ENUMERATE_SHELL_OPTIONS() \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue