Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 615 Bytes

File metadata and controls

26 lines (16 loc) · 615 Bytes

BetterShell

Authors: Bryan Martin and Joseph Listro

Class:  CSI 385 <Section 02>

Assignment: Semester Project

Date Assigned: 6 September 2016

Due Date: 6 December 2016

Description:

	This is the ReadMe file for BetterShell

Certification of Authenticity:

	I certify that this assignment is entirely my own work.

Building & Running:

  1. In folder BetterShell, execute 'make all'
  2. Execute './BetterShell'

Maintenance

To clean up any intermediate build files that stick around, run 'make clean' To reset the make process and delete all executables, run 'make reset'