** CODING MY - SIMPLE SHELL**
A simple shell implementation in C programming language.
This project provides a basic shell interface that allows users to interact with the operating system through commands and input/output operations. It supports basic functionalities like executing commands, handling input/output redirection, and piping between commands.
To build the simple shell project, you will need to have the following prerequisites:
- A C compiler
- A POSIX-compliant operating system (e.g., Linux, macOS, Unix)
Once you have the prerequisites, follow these steps to build the project:
- Clone or download the project repository.
- Navigate to the project directory.
- Run the following command to build the project:
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hs