This is a simple shell implementation in C, created as a collaborative project. The shell supports basic command execution.
Yeabsira Moges and Korede Odeyemi
- clone this repo to your local machine using
git clone https://github.com/coleYab/simple_shell.git - change directory to simple_shell
cd simple_shell - compile the source code into an executable code using
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh - Run the shell using
./hsh