#!/bin/bash
echo $1 > /tmp/word.$$ && ~/src/IPA/spell/poor-mans-t2s/greglee/eng /tmp/word.$$ && rm -f /tmp/word.$$

