a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
user-inactivated  ·  3589 days ago  ·  link  ·    ·  parent  ·  post: Pubski: April 1, 2015

Can't help you with Windows, but your comment has inspired me. I'm just going to leave this here:

   if [ `uname` = 'Darwin' ]
   then
        speak=say
   else
        speak=espeak 
   fi

   while true
   do
        sleep $(($RANDOM%600))
        echo "I'm following you"  | $speak
   done