Changeset 131 for trunk/examples


Ignore:
Timestamp:
Nov 7, 2005 1:09:04 PM (18 years ago)
Author:
cxsong
Message:

adjust for relative install dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/demo.bash

    r128 r131  
    77#
    88
    9 exdir=/opt/rappture/examples
     9exdir=`pwd`
     10echo "Current directory: $exdir"
     11
    1012dirs="app-fermi/tcl app-fermi/python app-fermi/fortran c-example graph zoo/structure zoo/image zoo/cloud"
    1113
    12 echo "7 examples will be shown-->"
     14echo "Multiple examples will be run in sequence -->"
    1315for i in $dirs
    1416do
    1517        echo $exdir/$i
    1618        cd $exdir/$i
    17         /opt/rappture/bin/rappture
     19        rappture
    1820done
    1921
    2022cd $exdir/3D
    21 /opt/rappture/bin/rerun 3d_test_run.xml
     23rerun 3d_test_run.xml
Note: See TracChangeset for help on using the changeset viewer.