blob: 8bdb4381b128802ba9a18b7b8eaf68f9cce79655 (
plain)
1
2
3
4
5
6
|
#!/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 $*
|