Skip to main content

Shell, C, System

ZephShell- Unix shell built in C

·128 words·1 min
A Unix shell built from scratch in C to understand how shells actually work under the hood, process creation, command parsing, and execution from first principles.