#!/bin/csh
#
# This script puts the X11 video workstation files in place.
#
#  - paul 9/29/88
#
if ( `whoami` !~ root ) then
	echo "You must run this program as root."
	exit 1
endif
track -F /mit/visual/install.X11/root -W /mit/visual/install.X11 -d -v
exit 0
