1
Fork 0
A group assignment to create an application replicating some simple shell features.
This repository has been archived on 2025-03-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2015-04-18 02:08:24 +01:00
README.md Update 2015-04-18 02:04:11 +01:00
shell.c Update 2015-04-18 02:04:11 +01:00
shell.h Update 2015-04-18 02:04:11 +01:00

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