4 lines
97 B
Bash
4 lines
97 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
xgettext --keyword=_ --language=C --add-comments -o pr-starfighter_new.pot ../src/*.c
|