Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 684 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 684 Bytes

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.