/simple_shell

Building simple shell

Primary LanguageC

0x16. C - Simple Shell

This project is an implementation of the shell created as the final project for the C code sprint at ALX Africa.

Table of contents 📋

  • [Description]
  • [Installation]
  • [Usage]
  • [Example]
  • [Contributors]
  • [Acknowledgements]

Description 📧

This is a shell written in C. It is based on the Thompson Shell.

Installation 🔧

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.

Basic usage 💡

  • 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!

Example 💻

ls -la

screenshot of shell

Contributors 😎💪

Acknowledgments 🙏

  • Our fellow cohort members.
  • The creators of the C language.
  • Our software engineer-in-residence.
  • Betty Holberton.