Implementing a Simple Linux Shell | in C language



Implementing a Simple Linux Shell | in C language

Implementing a Simple Linux Shell | in C language

this video is just short a demo of a small piece of software I wrote as a college assignment.

the software support:
* namely all shell command (e.g., ls , pwd).
* the “&” operator for background execution.
* the “exit” command to exit the shell.
* a log file.

the shell is simple and to some extent stable.

If you’re interested, please find more info on GitHub.
https://github.com/AlphaArslan/C-Simple-Linux-Shell-Wrapper

Comments are closed.