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

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.

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.