plans for simpleshell_01 { -display prompt and wait for user to type a command
- For now it our message should display " enter command: "
-user inputs command, command executes
-go to new line and wait for next input (Loop back over)
}
simpleshell_01 steps { -Just create program waiting for user input
-Return (0);
-Loop through getting the user input and then displaying a new line waiting for another input
-Error handling if executable can not be found
-Handle exiting the program
}