summaryrefslogtreecommitdiff
path: root/SparkleShare/Common/Translations/sort-potfiles
blob: 9f6f8a1369feaf7ed7e4789bc00b7ac98e874d27 (plain)
1
2
3
4
5
6
#!/bin/bash

head -n 4 < POTFILES.in > POTFILES.in.tmp
grep -v "^[\\[#]" < POTFILES.in | sort >> POTFILES.in.tmp
mv POTFILES.in.tmp POTFILES.in