An open API service indexing awesome lists of open source software.

https://github.com/zixu-w/myshell

Simple shell program for HKU COMP3230 Principles of Operating Systems
https://github.com/zixu-w/myshell

Last synced: about 2 months ago
JSON representation

Simple shell program for HKU COMP3230 Principles of Operating Systems

Awesome Lists containing this project

README

        

myshell

Simple shell program for HKU COMP3230 Principles of Operating Systems.

Last modified: 21/10/2016.

Author:

WANG ZIXU, UID: 3035140067

Development Platform:

- 64-bit Ubuntu 14.04 LTS and
- 64-bit Ubuntu 16.04 LTS

Usage:

Compilation:

To compile the project, use `make` or `make all`.
To compile myshell program, use `make myshell`.
Automated test program can be compiled using `make test`.
Auxiliary test programs can be compiled using `make aux`.

Run:

To run the program, use `make run`.
To run automated test program, use `make testrun`.

Documentation:

To generate Doxygen docs, use `make doc`.