|
Last change
on this file since 416 was
8,
checked in by g7moreau, 14 years ago
|
- Move biblehal folder in subfolder of trakata
|
-
Property svn:executable set to
*
|
|
File size:
447 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | # |
|---|
| 3 | # gabriel 2010/06/15 |
|---|
| 4 | # gabriel 2011/04/01 update to biblehal |
|---|
| 5 | |
|---|
| 6 | export PATH="/bin:/usr/bin:/usr/lib/biblehal" |
|---|
| 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 | |
|---|
| 21 | for year in $(( $(date +%Y) -1 )) $(date +%Y) |
|---|
| 22 | do |
|---|
| 23 | biblehal-pop ${LABORATORY} ${year} |
|---|
| 24 | |
|---|
| 25 | biblehal-explode ${year} |
|---|
| 26 | done |
|---|
Note: See
TracBrowser
for help on using the repository browser.