Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 292 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 292 Bytes

csc-360-a1

David Ward

V00920409

Process manager program for CSC 360.

To compile: $ make

To clean: $ make clean

To run: $ ./pman

To run a compiled program called foobar, which is in the current directory, with 2 arguments: PMan: > bg ./foobar arg1 arg2

To close pman: PMan: > exit