diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-27 19:06:40 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-27 19:06:40 -0400 |
commit | d373867c238474a68ecce77e3ca5c698dd3b3838 (patch) | |
tree | e6d7c178e534e30215b6a5c61d8c121447cf2076 /src/command.h | |
parent | makefile (diff) | |
download | lazysphere-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.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); |