#!/bin/bash blatherdir=~/.config/blather sentences=$blatherdir/sentences.corpus sourcefile=$blatherdir/commands.conf langdir=$blatherdir/language tempfile=$blatherdir/url.txt lmtoolurl=http://www.speech.cs.cmu.edu/cgi-bin/tools/lmtool/run cd $blatherdir sed -f - $sourcefile > $sentences <