#!/bin/sh
							 | 
						|
								
							 | 
						|
								# say the time
							 | 
						|
								# requires: festival(1) text to speech system
							 | 
						|
								
							 | 
						|
								echo 'at the beep, the time will have been' | festival --tts
							 | 
						|
								date +%H:%M:%S | festival --tts
							 | 
						|
								echo 'beep' | festival --tts
							 |