]> git.mxchange.org Git - core.git/blob - contrib/update_year.sh
Keep compiled Smarty3 templates out ... (I won't switch to Smarty3 but I use this...
[core.git] / contrib / update_year.sh
1 #!/bin/sh
2
3 # Really lame ...
4 find */ -type f -print0 | xargs -0 sed -i 's/2016 Core/2017 Core/g'