#!/bin/sh # ---------------------------------------------------------------------- # RAPPTURE # # This is the main script that most people use to invoke the # Rappture GUI. It sets environment variables so that the Rappture # GUI driver will work properly for the current installation. # # ====================================================================== # AUTHOR: Michael McLennan, Purdue University # Copyright (c) 2004-2012 HUBzero Foundation, LLC # # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # ====================================================================== dir=`dirname $0` . $dir/rappture.env exec tclsh $dir/launcher.tcl "$@"