#!/bin/sh
#
#	This file is for parallax video machines.
#	It sets up X10 and attaches the "visual" courseware locker
#	This file was specifically written for the machines in 11-113
#
#	-Paul Boutin (paul)	11/06/87 
#
echo -n  "Linking /tmp/Xbin to /usr/bin/X10..." >/dev/console
rm -f /tmp/Xbin
ln -s /usr/bin/X10 /tmp/Xbin
echo "Done."					>/dev/console
exit 0
