This is a custom shell that Displays a prompt and waits for the user to type a command. The command line always ends with a new line. The prompt is displayed again each time a command has been executed. The command lines are simple, no semicolons, no pipes, no redirections or any other advanced features. The command lines are made only of one word. No arguments will be passed to programs. If an executable cannot be found, print an error message and display the prompt again. Handles errors.
Contributions are always welcome!
Please adhere to this project's code of conduct.