
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1665074 13f79535-47bb-0310-9956-ffa450edef68
6 lines
237 B
Bash
Executable file
6 lines
237 B
Bash
Executable file
#!/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 $*
|