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
- Host: GitHub
- URL: https://github.com/cordx56/cxsh
- Owner: cordx56
- License: mit
- Created: 2021-10-23T19:29:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:30:51.000Z (over 2 years ago)
- Last Synced: 2025-03-27T05:02:02.334Z (over 1 year ago)
- Topics: rust, shell
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)