An open API service indexing awesome lists of open source software.

https://github.com/cordx56/cxsh

simple shell written in Rust
https://github.com/cordx56/cxsh

rust shell

Last synced: about 2 months ago
JSON representation

simple shell written in Rust

Awesome Lists containing this project

README

          

# cxsh
cxsh is simple shell written in Rust.

## Run
```bash
$ cargo run
```

## Reference
- [Tutorial - Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
- [Rustで作った自作Shellの話](https://zenn.dev/garebare/articles/a463257c447fa9)