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 written in C. It provides a basic command-line interface for users to interact with the operating system. This project aims to demonstrate fundamental concepts of shell programming, including command parsing, execution, and environment management.