Translations.
[cas.git] / scripts / remove-pot-creation-dates.sh
diff --git a/scripts/remove-pot-creation-dates.sh b/scripts/remove-pot-creation-dates.sh
new file mode 100755 (executable)
index 0000000..9946abc
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+sed '/^"POT-Creation-Date:/d'
+