juanmiuk / mrsh

A minimal POSIX shell

Home Page:https://mrsh.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal POSIX shell.

  • POSIX compliant, no less, no more
  • Simple, readable code without magic
  • Library to build more elaborate shells

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

About

A minimal POSIX shell

https://mrsh.sh/

License:MIT License


Languages

Language:C 94.6%Language:Shell 2.9%Language:Meson 1.8%Language:Makefile 0.7%