File indexing completed on 2024-11-24 04:50:45

0001 #! /usr/bin/env bash
0002 # SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
0003 # SPDX-License-Identifier: CC0-1.0
0004 $XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js | grep -v '/contacts/applet/'` -o $podir/merkuro.pot
0005