This repository contains my Python implementation of a POSIX-style shell, inspired by the CodeCrafters Build Your Own Shell challenge. A shell is the program that interprets what you type into the ...
This is a starting point for Python solutions to the "Build Your Own Shell" Challenge. In this challenge, you'll build your own POSIX compliant shell that's capable of interpreting shell commands, ...