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
Minishell is a simple shell implementation in C. It is a project from the 42 school curriculum. The goal of this project is to create a simple shell that can handle basic commands, environment variables, and signal handling, it also has to be able to handle redirections and pipes. it also has a group of built-in commands that are implemented in C.