summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index fb1acb3..ab1ccea 100644
--- a/src/command.h
+++ b/src/command.h
@@ -20,3 +20,6 @@ COMMAND(ls);
COMMAND(tail);
COMMAND(head);
COMMAND(ed);
+COMMAND(tee);
+COMMAND(whoami);
+COMMAND(wc);