#!/bin/sh
LOG=/tmp/espeak-$$.log
tee -a $LOG | `dirname $0`/espeak 2>&1 | tee /tmp/espeak-out-$$.log
