42sh
Maybe1or0/42sh
C
42sh is a POSIX-compliant Unix shell implemented in C, featuring a modular architecture with lexer, parser, and execution stages. It supports pipelines, control structures, redirections, and builtins, providing a hands-on implementation of core shell and system programming concepts.