projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
compiler tweaks for ub10, titler popup fixes
[goodguy/history.git]
/
cinelerra-5.1
/
po
/
xlat.sh
1
#!/bin/bash
2
3
for d in guicast/ cinelerra/ plugins/*; do
4
if [ ! -d "$d" ]; then continue; fi
5
ls -1 $d/*.[Ch] $d/*.inc 2> /dev/null;
6
done | xgettext --no-wrap -L C++ -k_ -kN_ -f - -o -
7