No DOS/Win32 breakline...
[mailer.git] / DOCS / validator.sh
1 #!/bin/sh
2
3 echo "$0: Validating all templates..."
4 find templates/de/html/ -type f -name *.tpl -exec php DOCS/tpl-validator.php {} \; | grep Warning | cut -d "/" -f 1-5 | grep -v "error parsing attribute name" > `dirname $0`/template-warnings.log
5 echo "$0: done."