source:
trunk/biblehal-poplast
@
2
Last change on this file since 2 was 2, checked in by , 14 years ago | |
---|---|
|
|
File size: 192 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #!/bin/bash |
2 | # | |
3 | # gabriel 2010/06/15 | |
4 | ||
5 | export PATH="/bin:/usr/bin:/usr/lib/biblehal" | |
6 | ||
7 | ||
8 | for year in $(( $(date +%Y) -1 )) $(date +%Y) | |
9 | do | |
10 | biblehal-pop $year | |
11 | ||
12 | biblehal-explode $year | |
13 | done | |
14 |
Note: See TracBrowser
for help on using the repository browser.