管道等一系列shell语法

This commit is contained in:
2026-04-15 20:35:51 +08:00
parent 0a50c6a146
commit 3725203496
6 changed files with 693 additions and 33 deletions

View File

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