Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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
|