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.
 
 
 
 
 
 

15 lines
294 B

  1. #!/bin/bash
  2. #echo Removing contents of directory cgi-bin
  3. #svn rm --force ../cgi-bin/*
  4. echo Running generateCGIScripts
  5. python generateCGIScripts.py
  6. svn add ../cgi-bin/*
  7. #echo Committing changes to svn
  8. #(cd ../cgi-bin ; svn commit -m "Removing and regenerating directory cgi-bin")
  9. echo Done