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 minimal POSIX-compliant shell written in C that interprets commands, executes external programs, and supports built-in commands. Currently implements command parsing, REPL loop, basic built-ins, quoting rules, and I/O redirection