source: trunk/gui/apps/rappture.in @ 1614

Last change on this file since 1614 was 635, checked in by dkearney, 17 years ago

corrected @path@ to @prefix@

  • Property svn:executable set to *
File size: 791 bytes
Line 
1#!/bin/sh
2# ----------------------------------------------------------------------
3#  RAPPTURE
4#
5#  This is the main script that most people use to invoke the
6#  Rappture GUI.  It sets environment variables so that the Rappture
7#  GUI driver will work properly for the current installation.
8#
9# ======================================================================
10#  AUTHOR:  Michael McLennan, Purdue University
11#  Copyright (c) 2004-2007  Purdue Research Foundation
12#
13#  See the file "license.terms" for information on usage and
14#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
15# ======================================================================
16
17RAPPTURE_INSTALL_DIR=@prefix@
18
19. $RAPPTURE_INSTALL_DIR/bin/rappture.env
20exec $RAPPTURE_INSTALL_DIR/bin/driver $*
Note: See TracBrowser for help on using the repository browser.