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/*
-
- #echo Committing changes to svn
- #(cd ../CGI ; svn commit -m "Removing and regenerating CGI directory")
-
- echo Done
|