#!/bin/sh
#
# we don't use the ^Y^A sequence here, as we don't need to
# worry about it (there's no OF in this test suite that needs
# to understand it anyway).

LABEL=`basename $0`
echo "*** $LABEL: $*"
exit 0
