Simple Shell is a basic UNIX command line interpreter implemented in C. It supports executing commands, handling command lines with arguments, and locating executables in the PATH.
git clone https://github.com/salehshahverdiyev/holbertonschool-simple_shell
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 shell.c -o shell
./shell
Execute basic commands
Handle command lines with arguments
Locate executables in the PATH