feat: add very basic ash shell clone

this supports no scripting at all!
This commit is contained in:
user0-07161 2025-03-21 21:21:48 +01:00
parent 7ae11ea80b
commit 182bf45172
6 changed files with 74 additions and 0 deletions

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
boxutils = { path = "./utils" }
coreutils = { path = "./coreutils" }
shell = { path = "./shell" }
[[bin]]