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.
- Host: GitHub
- URL: https://github.com/anshumanv/sea-shell
- Owner: anshumanv
- License: mit
- Created: 2017-08-30T12:27:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T18:27:21.000Z (over 8 years ago)
- Last Synced: 2025-03-17T04:04:07.571Z (over 1 year ago)
- Topics: c, os, sea, shell, terminal
- Language: C
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.