Changeset 1761 for cpc/trunk/project/bin
- Timestamp:
- Jan 14, 2011, 9:50:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/bin/update_tops.sh
r1537 r1761 1 1 #!/bin/bash 2 3 cd /home/nosdeputes/prod 2 4 3 5 php symfony top:Deputes … … 10 12 fi 11 13 for month in 01 02 03 04 05 06 07 08 09 10 11 12; do 12 if test $month -gt `date +%m`; then 14 if test $year -eq `date +%Y`; then 15 if test $month -gt `date +%m`; then 13 16 break 17 fi 14 18 fi 15 19 php symfony top:Deputes $year-$month-01
Note: See TracChangeset
for help on using the changeset viewer.