#!/usr/local/bin/bash #------------------------------------------------------------------- # vicki # Simple script that starts vicki # Debbie Nail Meyer 3/98 #------------------------------------------------------------------- THISHOST=`uname -n` #-- Make sure this host can display menus xhost $THISHOST #-- Start the program echo "Starting Vicki on $THISHOST. Please wait until the menus display" echo "before you start other programs..." rlogin $THISHOST -l vicki