#%Module1.0
##
##	Mathmatica 1.3
##
if [module-info mode display] {
	puts stdout "\n\tMathmatica Version 1.3"
	puts stdout "\tCan only be run on server 't'"
	puts stdout "\tType 'math' to start\n"
}

if { [exec /bin/hostname] == "t" ||
	[module-info mode display] } {
	append-path	PATH		/depot/math
} else {
	error "Must be on server 't' to run Mathmatica"
}
