]> git.mxchange.org Git - core.git/blob - contrib/update_year.sh
062ef54d86f14aa2cc6140ada83bc915bb9e450c
[core.git] / contrib / update_year.sh
1 #!/bin/sh
2
3 # Really lame ...
4 find */ -type f -print0 | xargs -0 sed -i 's/2014 Core/2015 Core/g'