Skip to content

TurtleHelm/C-Shell-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages