#!/bin/sh

cat <<_EOF_

NOTICE: Running a demo copy of MpegTV.  This will expire in January
	and audio will only play for at most 30 seconds.
	There are also a number of none bugs.  For more
	information, including licensing, look in:

		/afs/athena/contrib/graphics/src/MpegTV

_EOF_

if [ ! -d /mit/graphics ];  then
	attach graphics
fi

LD_LIBRARY_PATH=${LD_LIBRARY_PATH}${LD_LIBRARY_PATH+:}/mit/graphics/arch/i386_linux2/lib
export LD_LIBRARY_PATH

exec /mit/graphics/bin/mtv.real "$@"
