Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 311 Bytes

POSIX compatible shell-Sagnik07

Implementation of a POSIX compatible shell

Developed a POSIX compatible shell with a subset of feature support of the default bash shell. Apart from the basic commands, it also has support for multiple pipes for execution chaining, IO redirection, signals and handlers, etc.