A simple Shell with C Language Inspired By ALX Africa Compilation The shell was compiled on Ubuntu 22.04.2 LTS using gcc and its flags as followed: gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh The code adheres to the Betty coding and documentation style. Please visit the Betty Wiki for the full specifications of Betty coding and documentation styles.