mirror of
https://github.com/apache/ant.git
synced 2025-05-18 22:14:47 +00:00
7 lines
236 B
Plaintext
7 lines
236 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 $*
|