mirror of
https://github.com/KDE/kasts.git
synced 2025-01-09 15:22:33 +01:00
4 lines
107 B
Bash
4 lines
107 B
Bash
|
#! /usr/bin/env bash
|
||
|
$XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js` -o $podir/alligator.pot
|
||
|
|