2 lines
110 B
Bash
2 lines
110 B
Bash
#! /usr/bin/env bash
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml` -o $podir/kcmkwinrules.pot
|