mirror of https://github.com/apache/jmeter.git
Needs to be added to xdocs as well
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1196871 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 76bb2f3530
This commit is contained in:
parent
44f1d328a7
commit
92d65513ef
|
@ -0,0 +1,7 @@
|
|||
#!/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 $*
|
||||
|
Loading…
Reference in New Issue