/[Sack]/trunk/bin/cloud.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/bin/cloud.sh

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

revision 63 by dpavlin, Fri Sep 25 13:49:42 2009 UTC revision 65 by dpavlin, Fri Sep 25 14:01:48 2009 UTC
# Line 6  limit=25000 Line 6  limit=25000
6  connect=  connect=
7    
8  v=  v=
9    
10  #v='-v'  #v='-v'
11    limit=500
12    
13  hostname=`hostname -s`  hostname=`hostname -s`
14    
# Line 38  function node { Line 40  function node {
40          offset=`expr $offset + $limit`          offset=`expr $offset + $limit`
41  }  }
42    
43    rm /dev/shm/sack.*
44    
45  if [ $hostname == 't61p' ] ; then  if [ $hostname == 't61p' ] ; then
46          node tab /          node tab /
47  else  else
48          echo "# .lib";          echo "# .lib";
49          limit=500          node mlin /virtual/webpac2.rot13.org/export/
50  #       node mlin /virtual/webpac2.rot13.org/export/          node mlin /virtual/webpac2.rot13.org/export/
51  #       node mlin /virtual/webpac2.rot13.org/export/          node opr  /virtual/webpac2.rot13.org/export/
52          node opr  /virtual/webpac2.rot13.org/export/          node opr  /virtual/webpac2.rot13.org/export/
53  #       node opr  /virtual/webpac2.rot13.org/export/          node klin /virtual/webpac2.rot13.org/export/
 #       node klin /virtual/webpac2.rot13.org/export/  
54  fi  fi
55    
56    

Legend:
Removed from v.63  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.26