|
You don't need to test at all. Anything ending in an enter will satisfy the "read". Just in case "key" is used in "main_menu_selector" you may wish to use a different name for the variable.
echo "All the executables builded Successfully "
echo " Press Enter to Go Back to the Main Menu"
read junk
main_menu_selector
Last edited by methyl; 01-05-2009 at 09:45 AM..
Reason: typo
|