Ignore:
Timestamp:
Nov 30, 2005, 5:09:04 PM (19 years ago)
Author:
dkearney
Message:

adjusted the paths in demo.bash so its easier to change when users
install rappture in places other than /opt/rappture.
adjusted rerun so it calls 'rappture' instead on calling 'driver'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/demo.bash

    r131 r145  
    77#
    88
    9 exdir=`pwd`
    10 echo "Current directory: $exdir"
     9rpdir=/opt/rappture
     10
     11exdir=$rpdir/examples
    1112
    1213dirs="app-fermi/tcl app-fermi/python app-fermi/fortran c-example graph zoo/structure zoo/image zoo/cloud"
    1314
    14 echo "Multiple examples will be run in sequence -->"
     15echo "7 examples will be shown-->"
    1516for i in $dirs
    1617do
    1718        echo $exdir/$i
    1819        cd $exdir/$i
    19         rappture
     20        $rpdir/bin/rappture
    2021done
    2122
    2223cd $exdir/3D
    23 rerun 3d_test_run.xml
     24$rpdir/bin/rerun 3d_test_run.xml
Note: See TracChangeset for help on using the changeset viewer.