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 is a mini shell project implementation which simulates the basic functionality of a Unix-based shell. It allows users to execute basic commands such as navigating the file system, viewing and editing files, and running programs. The project is implemented using C language and utilizes system calls to interact with the operating system.