mirror of https://github.com/apache/jmeter.git
				
				
				
			
		
			
	
	
		
			7 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								# Wrapper script around mirrors.cgi script
							 | 
						||
| 
								 | 
							
								# (we must change to that directory in order for python to pick up the
							 | 
						||
| 
								 | 
							
								#  python includes correctly)
							 | 
						||
| 
								 | 
							
								cd /www/www.apache.org/dyn/mirrors
							 | 
						||
| 
								 | 
							
								/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
							 | 
						||
| 
								 | 
							
								        
							 |