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

https://github.com/sriteja777/sash

A shell to excute commands in linux like operating systems written in C.
https://github.com/sriteja777/sash

c shell

Last synced: about 2 months ago
JSON representation

A shell to excute commands in linux like operating systems written in C.

Awesome Lists containing this project

README

          

# sash shell

## How to run?
Compile - `make main`

Run - `./a.out`

## What are the feautures?

### Built in commands:
-> cd

-> ls

-> pwd

-> echo

-> jobs

-> pinfo

-> overkill

-> kjob

Executes foreground and background processes and informs about the exit status of the command. Now added support for pipes and added many builtin commands to handle jobs

## How to report bugs?
Please email to [sritejakittu777@gmail.com](mailto:sritejakittu777@gmail.com) with the bug report.