/TSHImplementation

A Simple Unix shell program that supports job control

Primary LanguageC

Tiny Shell Implementation

Implementation of the Tiny shell in C

The purpose of this project was to become more familiar with the concepts of process control and unix signalling by implementating a simple Unix shell program that supports job control.