Skip to content

austinodell/UNIX-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

UNIX Shell

A Semester Long Project

Villanova University
CSC 1600: Operating Systems

Pair programmed by Austin Odell and Brian Dicola.

The shell supports:

  • Command Line Parsing
  • Process Execution
  • I/O Redirection
  • Background Processing
  • Signal Handling
    • SIGINT (ctrl-c)
    • SIGTSTP (ctrl-z)
  • Resume
    • SIGCONT (enter 'resume')

Project assignment given in assignment.pdf.

About

A UNIX Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages