Skip to content

27network/kcsh

Folders and files

NameName
Last commit message
Last commit date
Oct 6, 2024
Oct 9, 2024
Oct 6, 2024
Oct 1, 2024
Sep 30, 2024
Jun 15, 2024
Sep 8, 2024
Jul 2, 2024
Feb 18, 2024
Jul 18, 2024
May 19, 2024
Oct 8, 2024
May 19, 2024
Sep 19, 2024
Oct 3, 2024
Sep 11, 2024
Sep 21, 2024
Jul 21, 2024

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.