Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 922 Bytes

File metadata and controls

31 lines (16 loc) · 922 Bytes

Descriptions

This repository contains a version of shell in C programming language, which maintains the main functions of basic function. It is totally requested by Alx-Africa School and done by Demiso Daba of Ethiopia and Princeeze of Nigeria

Requirements

Anyone must have the gcc compiler plus 64-bit operating system in his/her computer:

Options 🔎

In this shell, the following conversions of operators are available:

  • ls = lists the information about files and directories.

  • exit = can quits the program whenever needed.

  • env = cam prints the environment variables within it.

The tests ⚙

Clone the repo:

$ git clone https://github.com/DemisoDaba/simple_shell.git

Run this command:

$ gcc -Wall -Werror -Wextra -pedantic *.c -o hsh

And run the shell:

$ ./hsh