source: trunk/packs/glue/sis.in @ 10135

Revision 10135, 392 bytes checked in by ghudson, 27 years ago (diff)
A script to run websis.
Line 
1#!/bin/sh
2
3if [ ! -r /mit/infoagents ]; then
4        /bin/athena/attach -q infoagents
5fi
6if [ "$ATHENA_ATTACHRUN_RECURSION" = $$ -o ! -x @BINDIR@/htmlview ]; then
7        echo "Can't find the htmlview program in the infoagents locker."
8        echo "Please try again later."
9        exit 1
10fi
11ATHENA_ATTACHRUN_RECURSION=$$ export ATHENA_ATTACHRUN_RECURSION
12PATH="@BINDIR@:$PATH"
13exec htmlview -c http://student.mit.edu/
Note: See TracBrowser for help on using the repository browser.