summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Shell.ns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Applications/Shell/Shell.ns.cpp')
-rw-r--r--Source/Applications/Shell/Shell.ns.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Applications/Shell/Shell.ns.cpp b/Source/Applications/Shell/Shell.ns.cpp
index 7213094..cd091d5 100644
--- a/Source/Applications/Shell/Shell.ns.cpp
+++ b/Source/Applications/Shell/Shell.ns.cpp
@@ -16,8 +16,9 @@ u32int run() {
{"pwd", pwd},
{"rm", rm},
{"mkdir", mkdir},
- {"cat", cat},
- {"wf", wf},
+ {"cat", cat},
+ {"wf", wf},
+ {"run", run},
{"", 0}
};