NathanFAIN / 42sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42sh

Reproduction of an advanced shell

Description:

You must write a Unix SHELL.

The project consists of two sections:

• a mandatory section, which MUST be completed: display a prompt, parse and execute some commands.
• an optional section, which will only be evaluated if the mandatory section is fully functionnal. 

Authorized functions: all functions included in the libC or the ncurses library.

Grade obtained

Grade A.

About


Languages

Language:C 92.7%Language:Makefile 5.0%Language:C++ 2.3%