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 lightweight bash-like shell implemented in C. It supports builtins, parsing of pipes and redirections, environment variable expansion, and basic signal handling.