summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-27 19:06:40 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-27 19:06:40 -0400
commitd373867c238474a68ecce77e3ca5c698dd3b3838 (patch)
treee6d7c178e534e30215b6a5c61d8c121447cf2076 /src/command.h
parentmakefile (diff)
downloadlazysphere-d373867c238474a68ecce77e3ca5c698dd3b3838.tar.gz
lazysphere-d373867c238474a68ecce77e3ca5c698dd3b3838.tar.bz2
lazysphere-d373867c238474a68ecce77e3ca5c698dd3b3838.zip
add echo and pritnf
Diffstat (limited to 'src/command.h')
-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);