]> git.mxchange.org Git - mailer.git/blob - DOCS/prop-set.sh
Flushing template cache is anoying while developing templates, now we can 'debug...
[mailer.git] / DOCS / prop-set.sh
1 #!/bin/sh
2
3 find -type f -name "*.php" -exec svn propset svn:keywords "Author Id Revision HeadURL Date Tag" {} \;
4 cd inc/phpmailer/
5 find -type f -name "*.php" -exec svn propdel svn:keywords {} \;
6 cd -