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
7
shell/Cargo.toml
Normal file
7
shell/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "shell"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
boxutils = { path = "../utils" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue