mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Shell: add type builtin
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 20:26:44 +09:00
Author: https://github.com/g-w1 🔰 Commit: https://github.com/SerenityOS/serenity/commit/cb22a6642d2 Pull-request: https://github.com/SerenityOS/serenity/pull/6231 Reviewed-by: https://github.com/alimpfard ✅
@@ -45,6 +45,7 @@
|
||||
__ENUMERATE_SHELL_BUILTIN(cd) \
|
||||
__ENUMERATE_SHELL_BUILTIN(cdh) \
|
||||
__ENUMERATE_SHELL_BUILTIN(pwd) \
|
||||
__ENUMERATE_SHELL_BUILTIN(type) \
|
||||
__ENUMERATE_SHELL_BUILTIN(exec) \
|
||||
__ENUMERATE_SHELL_BUILTIN(exit) \
|
||||
__ENUMERATE_SHELL_BUILTIN(export) \
|
||||
|
||||
Reference in New Issue
Block a user