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