${THIS_SH} < ./input-line.sh > ${TMPDIR}/xx
: ${TMPDIR:=.}
diff ${TMPDIR}/xx input.right && rm -f ${TMPDIR}/xx
