#!/bin/bash

cd ../../po
for x in $(ls *.po); do python2.5 /usr/bin/po2ts $x -o ../src/unetbootin/unetbootin_$(echo $x | sed "s/po/ts/"); done
cd ../src/unetbootin
