Changeset 1035 for cpc/trunk/project/bin
- Timestamp:
- Jan 26, 2010, 4:15:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/bin/loadupdate
r1029 r1035 66 66 cd batch/questions 67 67 if [[ $questions -eq 1 ]]; then 68 bash compute_latest.sh liste_sans_reponse_recent.sql68 bash compute_latest.sh recent 69 69 else 70 bash compute_latest.sh liste_sans_reponse.sql70 bash compute_latest.sh all 71 71 fi 72 72 cd -
Note: See TracChangeset
for help on using the changeset viewer.