X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/639f17ee0781009187a564cf5679f4bd11bff43c..f181885676c1f671c83f1309c970a41dcd8a8726:/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 index 0000000..9946abc --- /dev/null +++ b/scripts/remove-pot-creation-dates.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +sed '/^"POT-Creation-Date:/d' +