Skip to content

27network/kcsh

Repository files navigation

kcsh

A reimplementation of a UNIX Shell based on the minishell and 42sh projects, as well as POSIX requirements.

o7

Compiling

As you might've guessed, this repo can compile binaries compliant to both the minishell and 42sh subjects.

minishell

To make minishell, simply run:

make

...or for the bonus equivalent:

make bonus

42sh

Same thing for 42sh:

make 42

or

make 42bonus

License

This project is released under the ISC License.