#! /bin/sh

set -e

IPELATEXDIR=/tmp/ipetoipe-$$
trap "rm -rf $IPELATEXDIR" 0 1 15

export IPELATEXDIR
/usr/lib/ipe/6.0pre30/ipetoipe-bin ${1+"$@"}
