Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 231 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 231 Bytes

C-Interactive-Shell

A Bash like Interactive Shell implemented in C which executes commands and displays output.

This implementation uses system calls, process managament, pipelined i/o based on the POSIX api.