3 lines
101 B
Bash
3 lines
101 B
Bash
#! /usr/bin/env bash
|
|
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma-desktop-sddm-theme.pot
|