a48b94885e
svn: r748
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#! /bin/sh
|
|
if [ -f po/template.po ]
|
|
then
|
|
mv po/template.po po/template.po.bak
|
|
fi
|
|
./get_strings -o po/template.po *.py */*.py *.glade */*.glade
|
|
|