elementary shell behavior: can kick off a foreground process and
handle signals
This commit is contained in:
parent
3b1ae0efd5
commit
99cb9e5a2e
17 changed files with 619 additions and 167 deletions
|
|
@ -33,3 +33,8 @@ pub mod ast {
|
|||
pub mod stdlib {
|
||||
pub use crate::stl::{dynamic_stdlib, static_stdlib};
|
||||
}
|
||||
|
||||
pub mod aux {
|
||||
pub use crate::stl::posix::args_from_ast;
|
||||
pub use crate::stl::posix::ShellState;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue