A POSIX-compliant shell implementation.
- POSIX compliance (WIP)
- Built-in commands (alias, jobs, etc.)
- Line editing support
- Job control
- Variable expansion
- Redirections
To build meowsh, run:
makeAfter building, you can start the shell with:
./meowshThe source code is written in Rust and located in the meowsh_rs/src/ directory.