#!/bin/csh -f # reads from log file and sends last line as a scrolling marquee # to marquee xterm # Kevin Inscoe - 9/22/99 # Globals set LOGFILE = "/export/home/kinscoe/logs/marquee.log" /bin/tail -f $LOGFILE