Work

Shell

C
System Programming

A small project in c to create a shell. That allow us to execute commands and use pipes.

Bash shell logo.

Description

Using the system calls such as fork, exec, wait, dup2, pipe, etc. I created a shell that allow us to execute commands and use pipes. That looks like this: shell The shell is ignoring SIGINT signal, but not child processus and it’s closing when we type exit.