Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 336 Bytes

File metadata and controls

15 lines (8 loc) · 336 Bytes

The Unix Shell Interpreter: sh shell.

A team implementation of a custom sh shell

Compiling:

Program will be compiled this way:

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh

By: Patrick A. Noblet and Lawson Israel Pascal