A group assignment to create an application replicating some simple shell features.
| README.md | ||
| shell.c | ||
| shell.h | ||
CS210-shell
Github repo for the Simple Shell exercise for CS210.
Compilation Instructions
Compile using gcc with the -pedantic -Wall -std=gnu11 flags for the best results.
With the latest version, the changes mean that the -std=gnu11 flag is no longer needed to avoid warnings