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