/[webpac]/branches/hidra/run.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/hidra/run.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/run.sh revision 15 by dpavlin, Sat Feb 22 13:30:00 2003 UTC branches/hidra/run.sh revision 388 by dpavlin, Wed Jul 7 21:41:50 2004 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  ./isis2xml.pl | swish-e -S prog -c swish_isis.conf  dir=`dirname $0`
4    if [ "$dir" == "." ] ; then
5            dir=`pwd`
6    fi
7    
8    week=`date +%Y%w`
9    last_week=`cat $dir/.week 2>/dev/null || echo 'none'`
10    
11    cd $dir
12    
13    ( ./all2xml.pl | swish-e -S prog -c swish_isis.conf ) 2>&1 | tee log
14    

Legend:
Removed from v.15  
changed lines
  Added in v.388

  ViewVC Help
Powered by ViewVC 1.1.26