3 lines
65 B
Bash
3 lines
65 B
Bash
|
#! /usr/bin/env bash
|
||
|
$XGETTEXT *.cpp *.h -o $podir/libplasma.pot
|