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