| 
            Last change
 on this file since 9362 was             8615, checked in by rick, 15 years ago           | 
        
        
          | 
             
Bezempje door alle files. Rommel weg. Tooljes op de juiste locatie. 
 
           | 
        
        
          
            
              - 
Property                 svn:eol-style
 set to                 
native
               
              - 
Property                 svn:executable
 set to                 
*
               
              - 
Property                 svn:mime-type
 set to                 
text/plain
               
             
           | 
        
        
          | 
            File size:
            239 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #!/bin/sh
 | 
|---|
| 2 | for file in `echo  CNode* proxy*`
 | 
|---|
| 3 | do
 | 
|---|
| 4 |     cat $file/wleiden.conf  | grep ^IP | grep -v master |\
 | 
|---|
| 5 |     sed "s#IP=\(.*\)/.*#\1|$file#"
 | 
|---|
| 6 |     cat $file/wleiden.conf  | grep '^$master' |\
 | 
|---|
| 7 |     sed "s#\$master_ip='\(.*\)';#\1|$file#"
 | 
|---|
| 8 | done
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.