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
This project implements a basic command-line shell written in C. It mimics the functionality of the Unix shell, allowing users to execute commands, manage processes, and handle signals. It covers topics such as process creation, system calls, input/output redirection, and environment variables. The shell handles common built-in & shell commands