mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
Stage 27
This commit is contained in:
@@ -14,5 +14,9 @@ int cleonos_app_main(void) {
|
||||
for (;;) {
|
||||
ush_read_line(&sh, line, (u64)sizeof(line));
|
||||
ush_execute_line(&sh, line);
|
||||
|
||||
if (sh.exit_requested != 0) {
|
||||
return (int)(sh.exit_code & 0x7FFFFFFFULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user