https://github.com/nxsaken/custom-shell
Custom shell with pipelining, I/O redirection, background tasks, etc.
https://github.com/nxsaken/custom-shell
c pipeline posix redirection shell
Last synced: 11 days ago
JSON representation
Custom shell with pipelining, I/O redirection, background tasks, etc.
- Host: GitHub
- URL: https://github.com/nxsaken/custom-shell
- Owner: nxsaken
- Created: 2018-03-19T10:07:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T10:07:59.000Z (about 8 years ago)
- Last Synced: 2025-03-02T17:47:57.351Z (about 1 year ago)
- Topics: c, pipeline, posix, redirection, shell
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# custom-shell
This is a project for an Operating Systems class. I implemented a custom shell with pipelining, I/O redirection, background tasks, etc.