#!/bin/bash
#
#

fortune -s -n 250 > /tmp/fortune
festival --tts < /tmp/fortune &
zenity --info --title="Tip of the day" --text="`cat /tmp/fortune`"
