Automatically exported from code.google.com/p/planningalerts
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- #!/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
|