This project is an implementation of the shell created as the final project for the C code sprint at ALX Africa.
- [Description]
- [Installation]
- [Usage]
- [Example]
- [Contributors]
- [Acknowledgements]
This is a shell written in C. It is based on the Thompson Shell.
Clone the below repository and compile the files into an executable using the GCC compiler.
https://github.com/Fraol123/simple_shell.git.
##Environment 🌲🌲
Our shell was built and tested on Ubuntu 14.04 LTS.
- First, fork this repository.
- Then clone it to your local machine.
- Create an executable by running the following command:
gcc -Wall -Werror -Wextra -pedantic *.c -o hsh
- From there, type in the following command and press your enter button.
./hsh
- Final step: ENJOY!
ls -la
- Our fellow cohort members.
- The creators of the C language.
- Our software engineer-in-residence.
- Betty Holberton.