Skip to content

Kehindeadebisi/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple shell

This project involves the development of our own simple shell

Description

The shell is a command-line interpreter. It is both a scripting and interactive command language. It is used by the opertating system to control the execution of the system using shell scripts.

Installation

You can install the simple shell by cloning this repo:

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

Next, compile the files with this command:

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

finally, run the shell:

$ ./hsh

Authors

-Kehinde Rahimot Adebisi - Development and Documentation

About

A simple UNIX command interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages