Skip to content

CSCI 1730 (Systems Programming) : Project 4 : Unix shell implementation

Notifications You must be signed in to change notification settings

brandoncanaday/1730sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 4

@author - Brandon Canaday (811 737 467), Nick Angelastro (811 068 256)

Instructions

To run the program:

  ```
  $ ./1730sh
  ```

To compile AND link:

  ```
  $ make
  ```

To compile only:

  ```
  $ make 1730sh.o
  ```

To clean dir of .o, executable, and tilda (~) files:

  ```
  $ make clean

About

CSCI 1730 (Systems Programming) : Project 4 : Unix shell implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published