~emersion/mrsh

A minimal POSIX shell
Move $(LIBS) to end of compile command
readme: drop link to website
readme: update CI badge to use master branch

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~emersion/mrsh
read/write
git@git.sr.ht:~emersion/mrsh

You can also use your local clone with git send-email.

#mrsh

A minimal POSIX shell.

builds.sr.ht status

  • 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