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

https://github.com/anshumanv/sea-shell

Minimal terminal functions implemented in C.
https://github.com/anshumanv/sea-shell

c os sea shell terminal

Last synced: over 1 year ago
JSON representation

Minimal terminal functions implemented in C.

Awesome Lists containing this project

README

          

# sea-shell

> Terminal with basic operations and features implemented in C.

### Operating Systems : Mini Project

#### Run

```bash
$ git clone https://github.com/anshumanv/sea-shell
$ cd sea-shell/src
$ gcc main.c
$ ./a.out
```
Then type the required commands.