A simple command-line shell written in Go. Supports executing external commands and a few built-in commands.
- Execute external commands like
ls,pwd,echo. - Built-in
cdto change directories. - Built-in
exitto quit the shell. - Handles errors gracefully.