ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/microstructure/vasy
Revision: 803
Committed: Tue Jun 7 20:01:32 2016 UTC (9 years, 2 months ago) by couturad
File size: 316 byte(s)
Log Message:
correction commit precedent dans vasy

File Contents

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

Properties

Name Value
svn:executable *