################################################################### # # Talking a filescript # #-------------------------- # get words to talk szAnswer=$(zenity --entry --text "What file do you want to be read outloud?" ) #-------------------------- # Say words. festival --tts $szAnswer #-------------------------- # done