Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 337 Bytes

Simple Shell

Description

A simple UNIX command interpreter.

Usage

The project is compilable on Ubuntu >= 20.04 using the following command:

gcc -Wall -Wextra -Werror -pedantic -std=gnu89 -Wno-format *.c

Collaborators: