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

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

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