You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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 $*
|