3 lines
141 B
Bash
3 lines
141 B
Bash
|
#! /usr/bin/env bash
|
||
|
$XGETTEXT `find . -name \*.qml -o -name \*.js -o -name \*.cpp` -o $podir/plasma_applet_org.kde.plasma.kickofflegacy.pot
|