source: trunk/biblehal-poplast @ 2

Last change on this file since 2 was 2, checked in by g7moreau, 13 years ago
  • Initial script import
  • Change script name
  • Change script path
  • Must be bogus !
  • Property svn:executable set to *
File size: 192 bytes
Line 
1#!/bin/bash
2#
3# gabriel 2010/06/15
4
5export PATH="/bin:/usr/bin:/usr/lib/biblehal"
6
7
8for year in  $(( $(date +%Y) -1 )) $(date +%Y)
9do
10   biblehal-pop $year
11   
12   biblehal-explode $year
13done
14
Note: See TracBrowser for help on using the repository browser.