file="$1" rhyme="$2" rhymebase="Rhymes:English:" if test -z "$file" -o -z "$rhyme" then echo "arg count" >&2 exit 1 fi lang="English" # 1. find English...
example "master script" encapsulating the rhyme-adding process is editscript <span class="searchmatch">addrhyme</span> checkscript checkrhyme reason added English rhyme checkdiffs Here is the...