mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
7 lines
112 B
C
7 lines
112 B
C
|
|
#include "shell/shell_internal.h"
|
||
|
|
|
||
|
|
int cleonos_app_main(void) {
|
||
|
|
return ush_command_program_main("ansi");
|
||
|
|
}
|
||
|
|
|