A reimplementation of a UNIX Shell based on the minishell and 42sh projects, as well as POSIX requirements.
o7
As you might've guessed, this repo can compile binaries compliant to both the minishell and 42sh subjects.
To make minishell, simply run:
make
...or for the bonus equivalent:
make bonus
Same thing for 42sh:
make 42
or
make 42bonus
This project is released under the ISC License.