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