Project 3 Aidan Caughey May 2024 Description: My own bash shell written in C. To compile the project, enter the statement below: gcc -std=gnu99 -o smallsh main.c