5 lines
177 B
Bash
5 lines
177 B
Bash
#! /usr/bin/env bash
|
|
# SPDX-FileCopyrightText: None
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
$XGETTEXT `find . \( -name \*.cpp -o -name \*.h -o -name \*.qml \)` -o $podir/neochat.pot
|