#!/bin/sh

PROGRAM=/opt/peqersi/peqersi.py
PYTHON=`which python2.5`

$PYTHON $PROGRAM
