CS210 Simple Shell Project for Semester 2
-
Code
- This directory contains all the current files for the shell project on the branch
-
Documentation
- This directory contains all the files for documentation of the project.
- Task Specification >> The original PDF of the task, all stages & testing parameters
- Bug Fixes >> A table for all the bugs encountered during development, how they affected the program & how we fixed it
- This directory contains all the files for documentation of the project.
- Open your terminal window
- Navigate to the directory containing the c files, e.g.
cd tasks\task2 - Run gcc & compile the c files into an executable, e.g.
gcc main.corgcc helper.c main.cfor more than 1 file - Run the compiled executable, e.g.
a.outora.exe
- To compile task 5, use the command in the following form:
gcc main.c utils/userinput.c ... -Wall -Werror