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

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

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
```