https://github.com/itsrainingmani/shell
A simple UNIX shell written in C
https://github.com/itsrainingmani/shell
c shell
Last synced: 2 months ago
JSON representation
A simple UNIX shell written in C
- Host: GitHub
- URL: https://github.com/itsrainingmani/shell
- Owner: itsrainingmani
- License: mit
- Created: 2017-10-25T23:35:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T02:33:12.000Z (over 8 years ago)
- Last Synced: 2026-02-19T01:27:05.695Z (4 months ago)
- Topics: c, shell
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell
A simple UNIX shell written in C
## Installation
Compile the shell using
> gcc -o shell main.c
Run the Shell using ./shell
## Usage
Inside the Shell, the only available commands are cd, help and exit. More commands can be easily added by creating additional functions