diff options
Diffstat (limited to 'usr/echo.c')
| -rw-r--r-- | usr/echo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/echo.c b/usr/echo.c new file mode 100644 index 0000000..f8d5125 --- /dev/null +++ b/usr/echo.c @@ -0,0 +1,5 @@ +#include "gbos.h" +void main(void) { + puts(getargs()); + nl(); +} |
