Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 894 Bytes

File metadata and controls

23 lines (16 loc) · 894 Bytes

CS210-Shell-Project

CS210 Simple Shell Project for Semester 2

Repo Structure

  • 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

HOW TO RUN

  • 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.c or gcc helper.c main.c for more than 1 file
  • Run the compiled executable, e.g. a.out or a.exe

Task 5

  • To compile task 5, use the command in the following form: gcc main.c utils/userinput.c ... -Wall -Werror