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

Diff of /run.sh

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

revision 1.3 by dpavlin, Sun Jun 16 18:11:14 2002 UTC revision 1.4 by dpavlin, Mon Jun 24 15:36:52 2002 UTC
# Line 3  Line 3 
3  md5=/local/isis_data.md5  md5=/local/isis_data.md5
4  dir='/var/autofs/misc/isis_data/??/LIBRI/LIBRI.MST'  dir='/var/autofs/misc/isis_data/??/LIBRI/LIBRI.MST'
5    
6    opt=-q
7    
8  umask 002  umask 002
9    
10  cat /local/search/databases.cf | grep database-name | grep -v "^#" | cut -d: -f2 | cut -d= -f1 | xargs -i /local/isis2stream.pl -d {}  cat /local/search/databases.cf | grep database-name | grep -v "^#" | cut -d: -f2 | cut -d= -f1 | xargs -i /local/isis2stream.pl $opt -d {}
11    
12  /local/isis2stream.pl -d sf -m blanka,dubravka,miroslav  /local/isis2stream.pl $opt -d sf -m blanka,dubravka,miroslav
13    
14  exit 0;  exit 0;
15    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26