$$ Contributors $$ = Kimani Young | https://github.com/webdevelopkgn = John McDove | https://github.com/illusies
$$ Description $$ This project is a simulation of the Thompson shell (https://en.wikipedia.org/wiki/Thompson_shell) written entirely in C. It was built and tested on Ubuntu 20.04 LTS operating system.
$$ How to Use $$ Step 1 Fork this repository (https://docs.github.com/en/github/getting-started-with-github/fork-a-repo).
Step 2 Clone it this repository to your local machine] (https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
Step 3 Create an executable by running the following command: "gcc -Wall -Werror -Wextra -pedantic *.c -o hsh"
Step 4 At the command prompt type "./hsh" and press enter to run the shell program.