mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
3 lines
103 B
Bash
3 lines
103 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.qml` -o $podir/kcm_cellular_network.pot
|