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
Developed a working POSIX compatible interactive shell with a subset of features of the default shell which can execute standard Linux commands and some user-defined commands by creating and managing new processes. Provided support for Redirection, Piping, History, and other functionalities. Developed in C++.