]> git.mxchange.org Git - mailer.git/blob - DOCS/remove-deprecated.sh
b813380d7f500db89ba1e6abfffda270f6e4efcd
[mailer.git] / DOCS / remove-deprecated.sh
1 #!/bin/sh
2
3 LIST=`find -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;`
4 if test "${LIST}" != ""; then
5         echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del
6         sh ./DOCS/todo-builder.sh
7 fi