diff options
Diffstat (limited to 'os/commands/echo.c')
| -rw-r--r-- | os/commands/echo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/commands/echo.c b/os/commands/echo.c new file mode 100644 index 0000000..669003e --- /dev/null +++ b/os/commands/echo.c @@ -0,0 +1,5 @@ +#include "../../kernel/gpu/text_mode/display.h" + +void echo(char *args) { + scrn_println(args); +}
\ No newline at end of file |