Use getResponseTypeFromSystem() to get 'html' or 'console', what is really needed.
[core.git] / 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'