#!/bin/sh
UPF_PREFIX=${UPF_PREFIX-/usr}
export UPF_PREFIX
/usr/bin/python $UPF_PREFIX/lib/upf/tools/idlparser.py $*
