feat: add very basic ash shell clone
this supports no scripting at all!
This commit is contained in:
parent
7ae11ea80b
commit
182bf45172
6 changed files with 74 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
boxutils = { path = "./utils" }
|
||||
coreutils = { path = "./coreutils" }
|
||||
shell = { path = "./shell" }
|
||||
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue