ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/optmvtnormal/vasy
Revision: 746
Committed: Mon Oct 5 22:00:55 2015 UTC (9 years, 10 months ago) by francois
File size: 295 byte(s)
Log Message:
reorganisation cas test optmvtnormal

File Contents

# User Rev Content
1 gervaislavoie 561 #!/bin/bash
2     STAT=$?
3 francois 746 for rep in `ls`; do
4     if [ -d $rep ]; then
5     echo "****************************************************";
6     echo $rep;
7     echo "****************************************************";
8     cd $rep ;
9     ./vasy;
10     if (( $? )) ; then STAT=$?; fi
11     cd ..;
12     fi
13     done
14 gervaislavoie 561 exit $STAT

Properties

Name Value
svn:executable *