#!/bin/sh
## main.tcl main file for tkWWW  user interface
## ==============
## Copyright (C) 1992-1993
## Globewide Network Academy
## Macvicar School of Education and Technology
##
## See the file COPYRIGHT for conditions 

TK_WWW_HOME_PAGE=file:0.title.html
TK_WWW_START_PAGE=file:0.title.html
export TK_WWW_HOME_PAGE
export TK_WWW_START_PAGE
exec ~/=bin2/bin/web $@
