Loopback

clear

echo "[E]vans, Rolland"

echo "Press [Ctrl + c] in Your Keyboard to Quit"

echo -e "Please Enter Your Choice : \c"

read option
case $option in

I have created the corresponding information for each input on the display so...

My question is...
How do I display the corresponding information for 5 second and then loop back to the main menu?

sleep 5

Where should I insert this?... sorry I'm not good at this
In the very beginning?

---------- Post updated at 07:47 PM ---------- Previous update was at 07:26 PM ----------

How do i loop back to the main menu?

Is this homework?

you would put the sleep statement after each echo.

My past assignment, I just want to see if i can make it stay on the program instead of exiting it out every time

http://www.unix.com/shell-programming-scripting/216665-osx-bash-expect.html as an example.