exec working up to halt

clean shutdown doesn't for some reason
This commit is contained in:
2025-09-09 16:30:49 +02:00
parent e339350505
commit ce08021e79
36 changed files with 460 additions and 399 deletions

View File

@@ -11,5 +11,6 @@ pub mod lex;
pub mod parse;
pub mod parsed;
pub mod subprocess;
mod sys_parser;
pub mod system;
pub mod tree;