]> git.mxchange.org Git - hub.git/blobdiff - contrib/update_year.sh
Moved to contrib.
[hub.git] / contrib / update_year.sh
diff --git a/contrib/update_year.sh b/contrib/update_year.sh
new file mode 100755 (executable)
index 0000000..5b353ce
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Really lame ...
+find application/ -type f -print0 | xargs -0 sed -i 's/2015 Hub/2016 Hub/g'