diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 3 |
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); |