https://github.com/njfdev/custom-rust-shell
A custom, POSIX-compliant, shell written in Rust.
https://github.com/njfdev/custom-rust-shell
Last synced: about 2 months ago
JSON representation
A custom, POSIX-compliant, shell written in Rust.
- Host: GitHub
- URL: https://github.com/njfdev/custom-rust-shell
- Owner: njfdev
- Created: 2024-07-11T21:08:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T19:50:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T06:13:41.537Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom POSIX-Compliant Shell in Rust
This is a simple POSIX-compliant shell written in Rust.
It supports the following commands:
- `exit`
- `echo`
- `type`
- `pwd`
- `cd`
It also supports running any executable in your $PATH environment.