]> git.mxchange.org Git - mailer.git/blob - DOCS/remove-deprecated.sh
Extension ext-network does now show if a network requires the webmaster to send a...
[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