/[swish]/trunk/update_all.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 /trunk/update_all.sh

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

revision 104 by dpavlin, Sat Apr 30 23:29:14 2005 UTC revision 105 by dpavlin, Sat Jul 9 13:09:57 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  ls index/*.prop | sed -e 's#index/##' -e 's#.prop##' | while read index ; do  cd /rest/references/swish || exit 1
4    
5    ls index/*.prop | sed -e 's#index/##' -e 's#.prop##' | grep -v all | while read index ; do
6          echo "checking $index"          echo "checking $index"
7          swish-e -f "index/$index" -w "a*" -m 1 > /dev/null || swish-e -S prog -c "config/$index"          swish-e -f "index/$index" -w "a*" -m 1 > /dev/null || swish-e -S prog -c "config/$index"
8  done  done

Legend:
Removed from v.104  
changed lines
  Added in v.105

  ViewVC Help
Powered by ViewVC 1.1.26