SparkleShare/po/sort-potfiles
2010-06-18 23:26:03 +02:00

7 lines
145 B
Bash
Executable file

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