Implementing a Simple Linux Shell in C language
YOUR LINK HERE:
http://youtube.com/watch?v=zDjLADJGXFs
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-Simp...
#############################
