You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple shell implementation in C, developed as part of the 42 school curriculum. This project aims to replicate key functionalities of a real Unix shell.
Understand and implement command parsing and execution.
Learn process creation and communication (fork, execve, pipes).