This is my implementation in Go of the "Build Your Own Shell" Challenge
-
Updated
Jul 30, 2025 - Go
This is my implementation in Go of the "Build Your Own Shell" Challenge
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
Add a description, image, and links to the build-your-own-shell topic page so that developers can more easily learn about it.
To associate your repository with the build-your-own-shell topic, visit your repo's landing page and select "manage topics."