Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 451 Bytes

This was started as a "Build Your Own Shell" Challenge on codecrafters.io.

Description: In this challenge, you'll build your own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the way, you'll learn about shell command parsing, REPLs, builtin commands, and more.