aboutsummaryrefslogtreecommitdiff
path: root/os/commands/echo.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-10-06 15:53:52 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2019-10-06 15:53:52 +0100
commite77b371fb0fc4e62fa727a340b2e322fa60ebcff (patch)
tree78a278b63831a856e8d39bace88d12bb3a5a9b60 /os/commands/echo.h
parent64aa82592c6c2b043d8c62100d4ce110bf616c1e (diff)
downloadtinyOS-add-shell.tar.xz
tinyOS-add-shell.zip
Add command parsing and echo commandadd-shell
Diffstat (limited to 'os/commands/echo.h')
-rw-r--r--os/commands/echo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/commands/echo.h b/os/commands/echo.h
new file mode 100644
index 0000000..db62a4f
--- /dev/null
+++ b/os/commands/echo.h
@@ -0,0 +1 @@
+void echo(char *args); \ No newline at end of file