#!/bin/sh
rm -f log*
strace -o log -ff -t -s 70 emacspeak README
grep -l 'execve.*tcl.*tcl' log.*

