1#!/bin/sh
2#
3# wrapper script for xml2po.py python script
4
5echo $*
6python $*
7
8echo done.
9
10