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 42 project aimed at deepening the understanding of process management, command parsing, and core concepts of Unix-like operating systems in C. The objective is to develop a minimal shell that interprets and executes user commands, closely emulating the behavior of common shells like Bash.