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

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

adding full path name for rappture executables.

  • Property svn:executable set to *
File size: 611 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=@path@
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.