#!/bin/sh

./flite -o $1a -t "$2"
./convertwav -a $1a $1
rm $1a
