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
- Host: GitHub
- URL: https://github.com/zixu-w/myshell
- Owner: zixu-w
- License: other
- Created: 2016-09-18T16:10:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T09:58:15.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T15:08:50.194Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 256 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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 LTSUsage:
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`.