Description
This program tries to emulate a simple shell like environment for the end-user, thus this program is capable of executing external commands by using what resources exists from the system's $PATH variable. This software, however, is not intended to generalized uses. This program does have some limitations that can hinder productivity, such as the following:
- In capable of using complexed operations.
- Only supports extCMDs, only intCMDs supported are 'exit' and 'quit'.
- Lacks buffer history.