Automatically exported from code.google.com/p/planningalerts
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- #!/bin/bash
-
- echo Removing contents of CGI directory
- svn rm --force ../CGI/*
-
- echo Running generateCGIScripts
- python generateCGIScripts.py
-
- svn add ../CGI/*
|