This commit is contained in:
2025-03-15 00:02:05 -04:00
parent 34cc2b3976
commit 97b4b1835d
75 changed files with 4335 additions and 7918 deletions

View File

@@ -1,26 +0,0 @@
pub mod echo;
pub mod cd;
pub mod pwd;
pub mod export;
pub mod jobctl;
pub mod read;
pub mod alias;
pub mod control_flow;
pub mod source;
pub const BUILTINS: [&str;14] = [
"echo",
"cd",
"pwd",
"export",
"fg",
"bg",
"jobs",
"read",
"alias",
"exit",
"continue",
"return",
"break",
"source",
];