#! /bin/csh

#  XWIN_CLIENT
#  Bruce Krulwich, ILS

#  Slave program for XWIN.  An X window is popped up running this program.
#  The tty of the window is passed back to XWIN through a file in /tmp.

#  Take an arg, a unique name for a file in /tmp

tty > /tmp/$argv[1]

zowie:
	sleep 10000000000	
	goto zowie

