Changeset 3 for trunk/biblehal-poplast
- Timestamp:
- Apr 1, 2011, 12:01:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/biblehal-poplast
r2 r3 2 2 # 3 3 # gabriel 2010/06/15 4 # gabriel 2011/04/01 update to biblehal 4 5 5 6 export PATH="/bin:/usr/bin:/usr/lib/biblehal" 6 7 7 8 9 if [ -f /etc/biblehal/biblehal.conf ] 10 then 11 . /etc/biblehal/biblehal.conf 12 fi 13 14 if "z${LABORATORY}" = "z" ] 15 then 16 echo "LABORATORY must be configure in /etc/biblehal/biblehal.conf" 17 exit 1 18 fi 19 20 8 21 for year in $(( $(date +%Y) -1 )) $(date +%Y) 9 22 do 10 biblehal-pop $ year23 biblehal-pop ${LABORATORY} ${year} 11 24 12 biblehal-explode $ year25 biblehal-explode ${year} 13 26 done 14
Note: See TracChangeset
for help on using the changeset viewer.