#!/bin/sh

rm -f log
make
exec mgp -V -x vflib speech.mgp 2> log

