/[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

Annotation of /branches/hidra/run.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 738 - (hide annotations)
Wed May 24 17:06:05 2006 UTC (17 years, 10 months ago) by dpavlin
File MIME type: application/x-sh
File size: 270 byte(s)
setup LC_COLLATE and LC_CTYPE before running script

1 dpavlin 15 #!/bin/sh
2    
3 dpavlin 86 dir=`dirname $0`
4     if [ "$dir" == "." ] ; then
5     dir=`pwd`
6     fi
7 dpavlin 68
8 dpavlin 86 week=`date +%Y%w`
9     last_week=`cat $dir/.week 2>/dev/null || echo 'none'`
10 dpavlin 68
11 dpavlin 86 cd $dir
12    
13 dpavlin 738 export LC_COLLATE=hr_HR
14     export LC_CTYPE=hr_HR
15    
16 dpavlin 81 ( ./all2xml.pl | swish-e -S prog -c swish_isis.conf ) 2>&1 | tee log
17 dpavlin 15

Properties

Name Value
cvs2svn:cvs-rev 1.4
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26