No description
- Odin 97.3%
- Shell 2.7%
| .codecrafters | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| codecrafters.yml | ||
| ols.json | ||
| README.md | ||
| your_program.sh | ||
This is a Odin solution to the "Build Your Own Shell" Challenge.
In this challenge, I've built my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.
Note: If you're viewing this repo on GitHub my repo, head over to
codecrafters.io to try the challenge.