Returning to menu

i have my script all setup but what i was wanting to know is, after a choice has been made on the menu and it completes, what command can i type in to return to the menu of the script. with my script, when a command is finished, it just asks me to input my choice but it doesn't show the menu. any help would be awesome!! thanks in advance!

Use a 'While' construct, Take a look at this post:

This may be helpful A ksh interactive menu | NixTip

thanks for the help! i'll check them out and see what i come up with