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