emersion / mrsh

A minimal POSIX shell
MIT License
489 stars 35 forks source link
posix sh shell

mrsh

A minimal POSIX shell.

builds.sr.ht status

This project is a work in progress.

Build

Both Meson and POSIX make are supported. To use Meson:

meson build/
ninja -C build/
build/mrsh

To use POSIX make:

./configure
make
./mrsh

Contributing

Either send GitHub pull requests or send patches on the mailing list.

License

MIT