repo.or.cz
/
banshee.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Slovenian translation
[banshee.git]
/
po
/
sort-potfiles
blob
2d718490fbcdc73d90c5d23efc39b0e3cfa85fa7
1
#!/bin/bash
2
3
head
-n
4
<
POTFILES.
in
>
POTFILES.
in
.tmp
4
grep
-v
"^[
\\
[#]"
<
POTFILES.
in
|
sort
>>
POTFILES.
in
.tmp
5
mv
POTFILES.
in
.tmp POTFILES.
in
6