SparkleShare/po/sort-potfiles

7 lines
145 B
Plaintext
Raw Normal View History

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