Move $(LIBS) to end of compile command
readme: drop link to website
readme: update CI badge to use master branch
A minimal POSIX shell.
This project is a work in progress.
Both Meson and POSIX make are supported. To use Meson:
meson build/
ninja -C build/
build/mrsh
To use POSIX make:
./configure
make
./mrsh
Either send GitHub pull requests or send patches on the mailing list.
MIT