Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 280 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 280 Bytes

Mini shell

Shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.

This is a starting point for Go solutions to the "Build Your Own Shell" Challenge.