Early implementation of scripting elements

This commit is contained in:
2025-03-05 01:36:58 -05:00
parent cd216ef1cc
commit 83c9c08106
28 changed files with 1384 additions and 371 deletions

View File

@@ -10,6 +10,7 @@ pub mod exec_ctx;
pub mod meta;
pub mod shenv;
pub mod vars;
pub mod input;
/// Calls attach_tty() on the shell's process group to retake control of the terminal
pub fn take_term() -> ShResult<()> {