ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/vasy
(Generate patch)

Comparing magic/cas_test/vasy (file contents):
Revision 109 by francois, Tue Jun 17 13:16:58 2008 UTC vs.
Revision 445 by francois, Wed Oct 23 21:42:08 2013 UTC

# Line 1 | Line 1
1 < #!/bin/sh
1 > #!/bin/bash
2 >
3 >
4 > function lanceur
5 > {
6 >  "${1}" "${2}"
7 > }
8 >
9 >
10 >
11   for rep in `ls`; do    
12      if [ -d $rep ]; then
13          echo "****************************************************";
14          echo $rep;
15          echo "****************************************************";
16          cd $rep ;
17 <        sh vasy;
17 >        lanceur "./vasy" "${args[${num_args}]}"
18 >        #sh vasy;
19          cd ..;
20      fi
21   done
22  
23 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines