https://github.com/mastergalen/g-shell
Simple shell implemented with C
https://github.com/mastergalen/g-shell
c shell
Last synced: about 1 month ago
JSON representation
Simple shell implemented with C
- Host: GitHub
- URL: https://github.com/mastergalen/g-shell
- Owner: Mastergalen
- Created: 2016-11-01T10:10:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T22:50:43.000Z (over 7 years ago)
- Last Synced: 2025-01-22T05:17:48.916Z (over 1 year ago)
- Topics: c, shell
- Language: C
- Homepage:
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# G-Shell
C Shell implementation for UCL 3rd year Operating Systems coursework.
## Features
* Load `$HOME` and `$PATH` from `profile` file
* `$HOME` and `$PATH` variable assignment
* Execute any commands located in `$PATH`
## Run
```
make
./shell
```
## Implementation
Read [docs.pdf](docs.pdf)
## Compiling docs
Use [pandoc](http://pandoc.org/).
```
pandoc docs/docs.md -o docs.pdf --toc -N
```