hsh is a simple UNIX command interpreter that reads commands from standard input and executes them, simulating the behavior of the sh (/bin/sh) command interpreter (shell).
The program was written in C and is part of the low-level programming trak at ALX
To start this i would recommand u read this ressources to start your own shell:
Feel free to explore the code in this repository to get some ideas on how to code this project and remember do not clone this repo or kimba will catch you 😉.
- The code compile with gcc -Wall -Werror -Wextra -pedantic *.c -o hsh command.
Happy coding!