A shell written with my use cases in mind.
This project mostly serves as a way to teach myself how to write very fault-tolerant C code. I expect that my shell should never crash and be relatively minimal, thus making it the perfect balance between a need for reliablity and low complexity.
just setup
just build
./build/bensh
#or
just run
Note that this project uses Unity and therefore needs ruby installed to generate the test runners.
On Arch Linux, you can install the following packages: ruby
, ruby-erb
.
meson test -C build
If you have just installed, you can use the following commands:
just setup
: Setup Mesonjust build
: Buildjust run
: Build and runjust debug
: Build and launch with lldbjust test
: Build and testjust coverage
: Generate a code coverage report