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
A simple, custom shell implementation written in C. The purpose of this project is to create a functional command-line interpreter that mimics the behavior of a basic Unix shell. It includes essential features such as handling user input, executing commands, managing built-in shell commands, and supporting piping and redirection