一堆elf

This commit is contained in:
2026-04-14 20:08:53 +08:00
parent cf77037aff
commit edb4393844
37 changed files with 581 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
#include "shell/shell_internal.h"
int cleonos_app_main(void) {
return ush_command_program_main("wait");
}