mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
3 lines
138 B
Bash
3 lines
138 B
Bash
|
#! /usr/bin/env bash
|
||
|
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.plasma.seventasks.pot
|