# The SPIMS software is covered by a license. The use of the software
# represents acceptance of the terms and conditions in the license.
# ******************************************************************
# Copyright (c) 1989, Swedish Institute of Computer Science
# initdemo - Initial definitions for SPIMS demo. 
# The following variables are defined:
# SpimsDemoProtocols - Names of the protocols that are to measured
# SpimsDemoFrom - Initiator host. Usually the host you are on
# SpimsDemoTo - responder host. Change variable below.
# SpimsBenchDir - root directory of benchmark. A tcp benchmark will for
#	example be run by $SpimsBenchDir/tcp/bench
#
# The alias demo is used to run demo scripts, e.g. "demo 3" will run script3
#
# This program should be run initially, by
# "source filename"
# and NOT as a shell program
#
set SpimsDemoProtocols=(tcp ftp udp sunrpc null)
set SpimsDemoFrom=`hostname`
set SpimsDemoTo=`hostname`
set SpimsBenchDir=../
alias demo 'source script\!*'
