Automatically exported from code.google.com/p/planningalerts
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

createCGI.sh 272 B

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