ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/config/banniere_commit.bash
Revision: 1189
Committed: Tue Feb 4 17:26:49 2025 UTC (3 months ago) by francois
File size: 265 byte(s)
Log Message:
Version 5.0 de MAGIC. Integration de ALGLIB pour faire de l'optimisation. ALGLIB se download automatiquement en executant un script dans le repertoire config update_magic.bash


File Contents

# Content
1 #!/bin/bash
2
3 liste=$(svn status)
4
5 etat=0
6 for LINE in $liste
7 do
8 if [ $etat == 1 ]
9 then
10 echo $LINE
11 source `dirname "$0"`/banniere_indivi.bash $LINE
12 fi
13 if [[ `echo ${LINE} | cut -c1` = 'M' ]] || [[ `echo ${LINE} | cut -c1` = 'A' ]]
14 then
15 etat=1
16 else
17 etat=0
18 fi
19 done
20
21
22
23

Properties

Name Value
svn:executable *