This is a simple shell created by Izekor Ruby and Chioma Ononyaba .
- Introduction
- File description
It was created using C language and compiled in Ubuntu terminal environment using vagrant box on a windows 64bits computer.
Compilation code :gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh".
30 files including :
- main.c file : Entry point for execution.
- hsh file : The compiled shell program(to be run on a linux terminal).
- header.h file : Header file holding function declaration of helper functions.
- others : Files holding several helper functions.