################################################################### # # Talking script # #-------------------------- # get words to talk szAnswer=$(zenity --entry --text "What do you want the computer to say?" ) #-------------------------- # Say words. echo $szAnswer | festival --tts #-------------------------- # done