FaithOzoanieke / simple_shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x16. C - Simple Shell

This Shell project is designed and implemented in C Programming Language as the last project in the First sprint in ALX Software Engineering programme.

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/FaithOzoanieke/simple_shell Our shell was built and tested on Ubuntu 20.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 :Ujunwa::Mastermind717:

About


Languages

Language:C 100.0%