#!/bin/sh # #File: /u/kscott/www/work/triage/triage.conf #Author: K. Scott Rowe #Time-stamp: <09/03/1998 08:32:21 triage@pescado.tcct.nmt.edu> PATH=/usr/local/bin:/usr/ucb:/bin:/usr/etc ; export PATH PROGRAM_HOME=/u/triage PATH=${PROGRAM_HOME}/bin:${PATH} ; export PATH # set this to 1 if you want a printout of each room in each room PRINT=1 ROOMS="speare4a speare4b speare5 speare6 speare9 speare15 tccsuns maclab weir204 weir226 sac-lab sub-lab goal-lab tcccameras" MAILTO="tcc-triage"