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 custom Mini-Shell in C capable of executing external and built-in commands using Linux system calls. Implemented process creation, signal handling, job control, piping, and shell environment features similar to a terminal.
About
Developed a custom Mini-Shell in C capable of executing external and built-in commands using Linux system calls. Implemented process creation, signal handling, job control, piping, and shell environment features similar to a terminal.