bnoufel / 21sh

Vous allez repartir de votre minishell et le rendre plus robuste pour vous approcher petit à petit d’un vrai shell fonctionnel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

21sh

Validated: 113/100

Thanks to the Minishell project, you could discover some of the backside of a shell, such as the one you use every day.

In particular, creating and synchronizing processes with the fork and wait functions.

The 21sh project proposes to go further by adding, among other things, inter-process communication using pipes.

This project was carried out with:

About

Vous allez repartir de votre minishell et le rendre plus robuste pour vous approcher petit à petit d’un vrai shell fonctionnel.


Languages

Language:C 98.8%Language:Makefile 0.8%Language:C++ 0.4%