Changeset 1055 for trunk/examples/demo.bash.in
- Timestamp:
- Jun 23, 2008 1:15:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/demo.bash.in
r1018 r1055 16 16 17 17 echo "7 examples will be shown-->" 18 for i in $dirs 19 do 20 echo $exdir/$i 21 cd $exdir/$i 22 $rpdir/bin/rappture 18 for i in $dirs ; do 19 echo $exdir/$i 20 cd $exdir/$i 21 $rpdir/bin/rappture 23 22 done 24 23
Note: See TracChangeset
for help on using the changeset viewer.