A simple shell written in Rust 🦀, that is inspired by lsh.
cargo run
cargo build --release
# run the binary
./target/release/rsh
cd
- Change the current directory.help
- Display help information.exit
- Exit the shell.- Add your own builtins.
This project is licensed under the CC0 license. This means it is in the public domain.