Creators:
Noah Mattos Oudejans
Ivan Riadynskyi
42 School: Codam Coding College, Amsterdam.
Milestone: 3
Project: minishell
The objective is to create a simple shell program in C.
The shell should:
- display a prompt when waiting for a new command.
- have a working history.
- execute commands with their arguments.
- handle redirections.
- handle pipes.
- handle environment variables.
- handle the exit status of the previous command.
- have working ctrl-C , ctrl-D, and ctrl-\ signals.