/[webpac-proto]/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 /run.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sun Jun 16 15:45:44 2002 UTC (21 years, 10 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +2 -0 lines
File MIME type: application/x-sh
support for multiple ISIS files in one database (-m flag)

1 dpavlin 1.1 #!/bin/sh
2    
3     md5=/local/isis_data.md5
4     dir='/var/autofs/misc/isis_data/??/LIBRI/LIBRI.MST'
5    
6     umask 002
7    
8     cat /local/search/databases.cf | grep database-name | grep -v "^#" | cut -d: -f2 | cut -d= -f1 | xargs -i /local/isis2stream.pl -d {}
9    
10 dpavlin 1.2 /local/isis2stream.pl -d sf -m blanka,miroslav
11    
12 dpavlin 1.1 exit 0;
13    
14     ##--- this doesn't work if you change database.cf!!
15    
16     if [ -e "$md5" ] ; then
17    
18     md5sum -c $md5 2>&1 | cut -d/ -f6 | xargs -i /local/isis2stream.pl -d {}
19     md5sum $dir > $md5
20    
21     else
22    
23     ( cat /local/search/databases.cf | grep database-name | grep -v "^#" | cut -d: -f2 | cut -d= -f1 | xargs -i /local/isis2stream.pl -d {} ) && md5sum $dir > $md5
24    
25     fi

  ViewVC Help
Powered by ViewVC 1.1.26