This project is about me learning some rust to be a better programmer. It will implement some basic commands and syntax and maybe more.
You need to install Rust (1.18.0-nightly) and Cargo (0.19.0-nightly)
First build the project with cargo
cargo build --release
Then, just run the binary created default is
target/release/suus-shell
| Command | State |
|---|---|
| exit | done |
| echo | done |
| pwd | todo |
| ls | todo |
| cd | todo |
This shell will be both unique and ultimate. That's why it's in the name