#!/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-2007 Purdue Research Foundation # # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # ====================================================================== RAPPTURE_INSTALL_DIR=@prefix@ . $RAPPTURE_INSTALL_DIR/bin/rappture.env exec $RAPPTURE_INSTALL_DIR/bin/driver $*