9 lines
138 B
Bash
9 lines
138 B
Bash
#! /bin/bash
|
|
|
|
set -o errexit
|
|
|
|
cd po
|
|
intltool-update --pot
|
|
mkdir -p ../gnome-patch-translation/old
|
|
mv *.pot ../gnome-patch-translation/old
|