5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd `dirname $0`;
|
||
|
perl extract.pl | xgettext --keyword=_ -C --no-location -
|