Last change
on this file since 2081 was
2081,
checked in by mmc, 13 years ago
|
Part 2 of the major reorganization to group all of the rappture utilties
under a single rappture command. Builds better now. Still need to fix
up the builder to work with the objects in a different location now.
|
-
Property svn:executable set to
*
|
File size:
746 bytes
|
Rev | Line | |
---|
[492] | 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 |
---|
[2080] | 11 | # Copyright (c) 2004-2011 Purdue Research Foundation |
---|
[492] | 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 | # ====================================================================== |
---|
[1981] | 16 | dir=`dirname $0` |
---|
| 17 | . $dir/rappture.env |
---|
[2081] | 18 | exec tclsh $dir/launcher.tcl $* |
---|
Note: See
TracBrowser
for help on using the repository browser.