/simple_shell

The ALX Simple shell project is a milestone project in the ALX Africa C code curriculum. It aims to teach students how to implement a basic command-line interpreter (CLI) in C language. The project involves creating a shell that can execute built-in commands like `exit`, `env`, and `cd`, as well as external programs.

Primary LanguageC

SIMPLE SHELL PROJECT