A simple mini Unix command interpreter that communicate with the operative system.
This project consists of buildint a simple command line interpreter that help the user intereact with the operating system.
Your shell will be compiled this way:
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh
$ /bin/ls list current working dirrctory files
$ /bin/pwd print current working directory name
$ ls list file