fix minor formatting botch
[unix-history] / usr / src / usr.bin / diction / diction / diction.sh
#! /bin/sh
#
# @(#)diction.sh 4.5 (Berkeley) 82/11/06
#
D=/usr/bin
B=/usr/lib
echo $*
rest=
flag=
nflag=
mflag=-me
lflag=-ml
kflag=
file=
for i
do case $i in
-f) flag=-f;shift; file=$1; shift; continue;;
-n) nflag=-n;shift; continue;;
-k) kflag=-k;shift; continue;;
-mm) mflag=$1; shift; continue;;
-ms) mflag=$1;shift;continue;;
-me) mflag=$1;shift;continue;;
-ma) mflag=$1;shift;continue;;
-ml) lflag=$1;shift;continue;;
*) rest=$*; break;;
esac
done
$D/deroff $kflag $lflag $mflag $rest^$B/dprog -d $nflag $flag $file