mirror of
https://github.com/apache/ant.git
synced 2025-05-18 14:04:48 +00:00
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273643 13f79535-47bb-0310-9956-ffa450edef68
7 lines
236 B
Bash
Executable File
7 lines
236 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 $*
|