Cross Reference: genpofiles.sh
xref
: /
inkscape
/
share
/
extensions
/
genpofiles.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
genpofiles.sh revision 2657b25a760acd11c8edd61888cb2c619af75d07
#!/
bin
/
bash
OLDPATH
=
`
pwd
`
cd
../..
find
share
/
extensions
-
name
"*.inx"
|
sort
|
xargs
-n
1
printf
"[type:
gettext
/
xml
] %s\n"
cd
${
OLDPATH
}