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
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -19,4 +19,12 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"boxutils",
|
||||
"coreutils",
|
||||
"shell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shell"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"boxutils",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue