diff --git a/System/Shell/Commands/exit.HC b/System/Shell/Commands/exit.HC new file mode 100644 index 0000000..e5e6869 --- /dev/null +++ b/System/Shell/Commands/exit.HC @@ -0,0 +1,5 @@ +I64 @shell_cmd_exit(@shell* sh, I64 argc, U8** argv) +{ + // stub + return 0; +} \ No newline at end of file