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
Anyone must have the gcc compiler plus 64-bit operating system in his/her computer:
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.
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