Skip to content

Simple Shell Project to be done in teams of 2 people (your team: ABOMO KONO Murielle Ursull, Bassanaga VI Saint Paul

Notifications You must be signed in to change notification settings

saintbajk/simple_shell

Repository files navigation

simple_shell

A simple UNIX command interpreter making as a final project of the low-level programming and algorithm quarter at ALX school of software engineering

Overview

CoolSH is a sh-compatible command language interpreter that executes commands read from the standard input or from a file.

Invocation

Usage: CoolSH is started with the standard input connected to the terminal. To start, compile all .c located in this repository by using this command: gcc -Wall -Werror -Wextra -pedantic *.c -o coolsh ./coolsh is allowed to be invoked interactively and non-interactively. If CoolSH is invoked with standard input not connected to a terminal, it reads and executes received commands in order.

Authors & Copyrights

BASSANAGA VI SAINT PAUL <[email protected]>
ABOMO KONO Murielle Ursull <[email protected]>

More information

CoolSH is a simple shell unix command interpreter that is part of the alx low level programming module at Alx School and is intended to emulate the basics sh shell. All the information given in this README is based on the sodash and bash man (1) pages. CoolSH is a simple shell unix command interpreter that is part of the alx low level programming module at Alx School and is intended to emulate the basics sh shell. All the information given in this README is based on the coolsh and bash man (1) pages.

About

Simple Shell Project to be done in teams of 2 people (your team: ABOMO KONO Murielle Ursull, Bassanaga VI Saint Paul

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages