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.
- Host: GitHub
- URL: https://github.com/sriteja777/sash
- Owner: sriteja777
- Created: 2018-09-04T15:41:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T10:24:56.000Z (about 7 years ago)
- Last Synced: 2025-10-11T07:08:51.821Z (9 months ago)
- Topics: c, shell
- Language: C
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.