/Linux_Shell

Implementation of a bash-alike Linux shell

Primary LanguageC++Apache License 2.0Apache-2.0

This is an implementation of a full-fledged Linux shell which behaves like bash (except shell scripting support).
Developed using system calls only, it supports multi-level pipelining, I/O redirection, process backgrounding
and foregrounding, shell built-ins, child process management and children reaper.

How to compile:
make