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 Unix shell implementation, designed to mimic basic shell functionalities such as executing commands, handling pipes, redirects, and managing environment variables. The project focuses on system calls, process management, and string manipulation in C programming.