if test $# -ne 1
then
    echo Usage: bind test-pgm
else
echo  }} binding $@
cc $1.o chk$1.o  /bb/run/bin/errchk.o /bb/run/bin/errxtbl.o /bb/run/bin/getval.o /bb/run/bin/cdbl.o /bb/run/bin/movs.o     mybberr.o gensubs.o  -o chk
echo  }} output = chk
fi
