#!/bin/sh
# path for audsp
PATH=/usr/local/libexec:$PATH
export PATH
exec festival.naked  --libdir /usr/local/share/festival/lib $*
