mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
5 lines
208 B
Bash
5 lines
208 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
# SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
|
||
|
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
||
|
|
$XGETTEXT `find . -name \*.cpp -o -name \*.qml` -o $podir/kcm_mobile_hotspot.pot
|