summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 4f44ab0..d1161c4 100644
--- a/src/command.h
+++ b/src/command.h
@@ -11,3 +11,5 @@
COMMAND(dd);
COMMAND(cat);
COMMAND(yes);
+COMMAND(echo);
+COMMAND(print);