4 lines
107 B
Bash
4 lines
107 B
Bash
#!/usr/bin/env bash
|
|
|
|
$XGETTEXT -L Python `find . -name '*.py'` -o $podir/kdeconnect-nautilus-extension.pot
|