X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f42848b5995d52b1812131c197553a821dfb7e16..1cf4fb4598e03f90dc3be408a9b6b16c9442be9a:/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 00000000..9946abc8 --- /dev/null +++ b/scripts/remove-pot-creation-dates.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +sed '/^"POT-Creation-Date:/d' +