#!/bin/bash
mkdir po
cp *.po* po
tar -cvzf po.tar po
rm -r po
echo Tarball 'po.tar' has been generated