SkillAgentSearch skills...

Mrsh

A minimal POSIX shell

Install / Use

/learn @emersion/Mrsh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars516
CategoryDevelopment
Updated1h ago
Forks42

Languages

C

Security Score

100/100

Audited on Mar 30, 2026

No findings