/unix-shell

A basic demonstration of a shell.

Primary LanguageCMIT LicenseMIT

UNIX Shell

Implements some shell basics i.e. Read, Parse, Fork, Exec and Wait.It supports only builtins e.g. cd, help, exit.