source: trunk/gui/apps/simsim.in @ 635

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

corrected @path@ to @prefix@

  • Property svn:executable set to *
File size: 613 bytes
Line 
1#!/bin/sh
2# ----------------------------------------------------------------------
3#  SIMSIM KICKOFF SCRIPT
4#
5# ======================================================================
6#  AUTHOR:  Derrick S. Kearney, Purdue University
7#  Copyright (c) 2004-2007  Purdue Research Foundation
8#
9#  See the file "license.terms" for information on usage and
10#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11# ======================================================================
12
13RAPPTURE_INSTALL_DIR=@prefix@
14
15. $RAPPTURE_INSTALL_DIR/bin/rappture.env
16exec $RAPPTURE_INSTALL_DIR/bin/simsim.py $*
Note: See TracBrowser for help on using the repository browser.