Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 466 Bytes

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.