A basic command execution shell implemented in C using the `fork`, `exec*` and `wait` trio.
-
Updated
Dec 21, 2020 - C
8000
A basic command execution shell implemented in C using the `fork`, `exec*` and `wait` trio.
Implements a shell application in C. The shell template allows addition of new commands which may be executed from the shell post compilation
EDK II shell applications in branch shell_application_20210813
Add a description, image, and links to the shell-application topic page so that developers can more easily learn about it.
To associate your repository with the shell-application topic, visit your repo's landing page and select "manage topics."