您最多选择25个标签
标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- #!/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 $*
|