View Single Post
Posts: 5 | Thanked: 1 time | Joined on Jan 2010 @ UK
#7
Here is a quick script to speak the time


#!/bin/sh

T="`date +"%H %M"`"
echo The time is $T
espeak "The time is $T"