I\'m using a bash script menu like this:
#!/bin/bash PS3=\'Please enter your choice: \' options=(\"Option 1\" \"Option 2\" \"Option3\" \"Quit\") select opt i
Make it beautiful and userfriendly ;-)
#!/bin/bash while : do clear cat<
Replace the echos in this example with function calls or calls to other scripts.