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
Building a simple shell (minishell) in C, mimicking the behavior of bash. It includes features like prompt display, history management, command execution, redirection, pipes, and environment variable handling.