2 lines
104 B
Bash
2 lines
104 B
Bash
#! /usr/bin/env bash
|
|
$XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcm_kwindecoration.pot
|