]> git.mxchange.org Git - mailer.git/blob - DOCS/remove-deprecated.sh
Deprecated files removed, TODOs.txt updated:
[mailer.git] / DOCS / remove-deprecated.sh
1 #!/bin/sh
2
3 LIST=`find -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;`
4 echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del
5 sh ./DOCS/todo-builder.sh